adding back _smp_mflags

This commit is contained in:
BJ Dierkes 2012-03-07 11:40:27 -06:00
parent 3cbe016caf
commit accf5e6d5f
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Name: gearmand
Version: 0.28
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A distributed job system
Group: System Environment/Daemons
@ -92,7 +92,7 @@ Development headers for %{name} 1.0.
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make
make %{_smp_mflags}
%install
@ -190,6 +190,9 @@ fi
%{_includedir}/libgearman-1.0/
%changelog
* Wed Mar 07 2012 BJ Dierkes <wdierkes@rackspace.com> - 0.28-3
- Adding back _smp_mflags
* Wed Mar 07 2012 BJ Dierkes <wdierkes@rackspace.com> - 0.28-2
- Added Patch1: gearmand-0.28-lp932994.patch. Resolves: LP#932994