aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson.spec
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-29 23:53:11 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-29 23:53:11 +1030
commit6cc88e3ac5275868e168acaf60203563f131355b (patch)
treec574da2dff2c4e95cc6d39d6de2393b64eedf4fc /lua-cjson.spec
parent155393d5bd801ce5dbd76020facecd9270679e94 (diff)
downloadlua-cjson-6cc88e3ac5275868e168acaf60203563f131355b.tar.gz
lua-cjson-6cc88e3ac5275868e168acaf60203563f131355b.tar.bz2
lua-cjson-6cc88e3ac5275868e168acaf60203563f131355b.zip
Remove POSIX locale workaround
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r--lua-cjson.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 942151e..c7aec95 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -24,8 +24,7 @@ Lua CJSON provides fast, standards compliant JSON support for Lua.
24 24
25 25
26%build 26%build
27make %{?_smp_mflags} CFLAGS="%{optflags}" CJSON_CFLAGS="-DUSE_POSIX_USELOCALE" \ 27make %{?_smp_mflags} CFLAGS="%{optflags}" LUA_INCLUDE_DIR="%{_includedir}"
28 LUA_INCLUDE_DIR="%{_includedir}"
29 28
30 29
31%install 30%install