SHA256
3
0
forked from pool/rpm

Accepting request 42164 from home:jengelh:smp

Copy from home:jengelh:smp/rpm via accept of submit request 42164 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42164
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2010-06-28 21:24:08 +00:00 committed by Git OBS Bridge
parent 4df1dc2ce4
commit b2d9f5d501
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 4 16:44:29 CEST 2010 - mls@suse.de Fri Jun 4 16:44:29 CEST 2010 - mls@suse.de

View File

@ -197,11 +197,11 @@ export CFLAGS="-g -O0 -fno-strict-aliasing"
cp autogen.sh beecrypt cp autogen.sh beecrypt
pushd beecrypt pushd beecrypt
./autogen.sh --with-pic ./autogen.sh --with-pic
make %{?jobs:-j%jobs} make %{?_smp_mflags}
popd popd
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua --with-selinux --with-internal-beecrypt --enable-shared %{?with_python: --enable-python} ./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua --with-selinux --with-internal-beecrypt --enable-shared %{?with_python: --enable-python}
rm po/de.gmo rm po/de.gmo
make %{?jobs:-j%jobs} make %{?_smp_mflags}
make convertdb1 make convertdb1
%install %install