diff --git a/cryptsetup.changes b/cryptsetup.changes index 23bc11f..2bac3d4 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 26 10:07:24 UTC 2010 - jengelh@medozas.de + +- Use %_smp_mflags + ------------------------------------------------------------------- Mon May 31 09:42:27 UTC 2010 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 2da2a11..01f7930 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -138,14 +138,14 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \ --bindir=/sbin --sbindir=/sbin \ --disable-static --enable-shared \ --enable-selinux -make %{?jobs:-j%jobs} +make %{?_smp_mflags} # # hashalot build pushd ../hashalot-%haver autoreconf -f -i %{?suse_update_config:%{suse_update_config}} CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --sbindir=/sbin --mandir=%_mandir -make %{?jobs:-j%jobs} +make %{?_smp_mflags} popd %install