Use smp_mflags correctly (bug #665770).
This commit is contained in:
parent
2d9f24474d
commit
d09d8af963
@ -1,7 +1,7 @@
|
|||||||
Summary: Utility for modifying/upgrading files
|
Summary: Utility for modifying/upgrading files
|
||||||
Name: patch
|
Name: patch
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnu.org/software/patch/patch.html
|
URL: http://www.gnu.org/software/patch/patch.html
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -42,7 +42,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
|||||||
CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
|
CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
|
||||||
%endif
|
%endif
|
||||||
%configure
|
%configure
|
||||||
make %{?smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 4 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-5
|
||||||
|
- Use smp_mflags correctly (bug #665770).
|
||||||
|
|
||||||
* Mon Aug 16 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-4
|
* Mon Aug 16 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-4
|
||||||
- Another fix for the selinux patch (bug #618215).
|
- Another fix for the selinux patch (bug #618215).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user