Make the package buildable with LuaJIT.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user