From 6cc88e3ac5275868e168acaf60203563f131355b Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 29 Dec 2011 23:53:11 +1030 Subject: Remove POSIX locale workaround --- lua-cjson.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua-cjson.spec') 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. %build -make %{?_smp_mflags} CFLAGS="%{optflags}" CJSON_CFLAGS="-DUSE_POSIX_USELOCALE" \ - LUA_INCLUDE_DIR="%{_includedir}" +make %{?_smp_mflags} CFLAGS="%{optflags}" LUA_INCLUDE_DIR="%{_includedir}" %install -- cgit v1.2.3-55-g6feb