forked from jengelh/openldap2
Accepting request 255273 from home:jengelh:sasl
- Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/255273 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=129
This commit is contained in:
parent
cf9330b120
commit
bea85503b5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 11:48:00 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 13:41:56 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -273,7 +273,7 @@ export STRIP=""
|
||||
--enable-lmpasswd \
|
||||
--with-yielding-select
|
||||
make depend
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
%if "%{name}" == "openldap2"
|
||||
#%if %suse_version < 1130
|
||||
# build a static slapcat binary from the OpenLDAP 2.3 release
|
||||
@ -293,7 +293,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDA
|
||||
--enable-ldap --enable-monitor --enable-meta --enable-rewrite \
|
||||
--enable-dynamic=no --enable-shared=yes
|
||||
make depend
|
||||
make -C libraries %{?jobs:-j%jobs}
|
||||
make -C libraries %{?_smp_mflags}
|
||||
|
||||
#%endif
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 11:48:00 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 13:41:56 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -273,7 +273,7 @@ export STRIP=""
|
||||
--enable-lmpasswd \
|
||||
--with-yielding-select
|
||||
make depend
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
%if "%{name}" == "openldap2"
|
||||
#%if %suse_version < 1130
|
||||
# build a static slapcat binary from the OpenLDAP 2.3 release
|
||||
@ -293,7 +293,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-format-extra-args -fno-strict-aliasing -DLDA
|
||||
--enable-ldap --enable-monitor --enable-meta --enable-rewrite \
|
||||
--enable-dynamic=no --enable-shared=yes
|
||||
make depend
|
||||
make -C libraries %{?jobs:-j%jobs}
|
||||
make -C libraries %{?_smp_mflags}
|
||||
|
||||
#%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user