remove '_smp_mflags' make argument
This commit is contained in:
parent
fef9250505
commit
5c1b840e41
@ -4,7 +4,7 @@
|
|||||||
Summary: Enhanced system logging and kernel message trapping daemons
|
Summary: Enhanced system logging and kernel message trapping daemons
|
||||||
Name: rsyslog
|
Name: rsyslog
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.rsyslog.com/
|
URL: http://www.rsyslog.com/
|
||||||
@ -103,7 +103,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DSYSLOGD_PIDNAME=\\\"syslogd.pid\\\""
|
|||||||
--enable-relp \
|
--enable-relp \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
--enable-unlimited-select
|
--enable-unlimited-select
|
||||||
make %{?_smp_mflags}
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -198,6 +198,10 @@ fi
|
|||||||
%{_libdir}/rsyslog/lmnsd_gtls.so
|
%{_libdir}/rsyslog/lmnsd_gtls.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 10 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-5
|
||||||
|
- remove '_smp_mflags' make argument as it seems to be
|
||||||
|
producing corrupted builds
|
||||||
|
|
||||||
* Mon Feb 08 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-4
|
* Mon Feb 08 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-4
|
||||||
- redefine _libdir as it doesn't use _exec_prefix
|
- redefine _libdir as it doesn't use _exec_prefix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user