1
0
forked from jengelh/openldap2

Accepting request 259637 from network:ldap

1

OBS-URL: https://build.opensuse.org/request/show/259637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=108
This commit is contained in:
Stephan Kulow 2014-11-07 08:05:48 +00:00 committed by Git OBS Bridge
commit 60f0019560
4 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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