SHA256
10
0
forked from pool/lua-lualdap

Accepting request 1060909 from home:michals:branches:devel:languages:lua

- Opencode %make_build to prevent build failure when not defined.

OBS-URL: https://build.opensuse.org/request/show/1060909
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lualdap?expand=0&rev=3
This commit is contained in:
2023-01-25 21:13:23 +00:00
committed by Git OBS Bridge
parent cc4024f0ff
commit 3eeabc4576
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
-------------------------------------------------------------------
Mon Oct 25 19:53:48 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -45,7 +45,7 @@ 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_build CFLAGS="%{optflags} -std=c99" LUA_LIBDIR=%{_libdir} LDAP_LIBDIR=%{_libdir} \
make %{?_make_output_sync} %{?_smp_mflags} CFLAGS="%{optflags} -std=c99" LUA_LIBDIR=%{_libdir} LDAP_LIBDIR=%{_libdir} \
LBER_LIBDIR=%{_libdir} \
%{nil}