diff options
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r-- | lua-cjson.spec | 3 |
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 |
27 | make %{?_smp_mflags} CFLAGS="%{optflags}" CJSON_CFLAGS="-DUSE_POSIX_USELOCALE" \ | 27 | make %{?_smp_mflags} CFLAGS="%{optflags}" LUA_INCLUDE_DIR="%{_includedir}" |
28 | LUA_INCLUDE_DIR="%{_includedir}" | ||
29 | 28 | ||
30 | 29 | ||
31 | %install | 30 | %install |