Make the package buildable with LuaJIT.

This commit is contained in:
2025-10-13 12:41:48 +02:00
parent ff522afb06
commit e1a5303170
2 changed files with 11 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 13 10:41:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Make the package buildable with LuaJIT.
-------------------------------------------------------------------
Tue Aug 5 09:22:01 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
+6 -2
View File
@@ -45,8 +45,12 @@ LuaLDAP is a simple interface from Lua to an LDAP client, in fact it is a bind t
%autosetup -n %{mod_name}-%{version}
%build
make %{?_make_output_sync} %{?_smp_mflags} CFLAGS="%{optflags} -std=c99" LUA_LIBDIR=%{_libdir} LDAP_LIBDIR=%{_libdir} \
LBER_LIBDIR=%{_libdir} \
make %{?_make_output_sync} %{?_smp_mflags} \
CFLAGS="%{optflags} -std=c99" \
LUA_INCDIR=%{lua_incdir} \
LUA_LIBDIR=%{_libdir} \
LDAP_LIBDIR=%{_libdir} \
LBER_LIBDIR=%{_libdir} \
%{nil}
%install