diff --git a/openldap2-client.changes b/openldap2-client.changes index c4005e1..2121064 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -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 diff --git a/openldap2-client.spec b/openldap2-client.spec index 5a65e97..b69b564 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -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 diff --git a/openldap2.changes b/openldap2.changes index c4005e1..2121064 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -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 diff --git a/openldap2.spec b/openldap2.spec index 3647177..4e8fb10 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -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