Author: pluto Date: Wed Sep 28 15:47:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix x86-64 build.
---- Files affected: SPECS: audit.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/audit.spec diff -u SPECS/audit.spec:1.6 SPECS/audit.spec:1.7 --- SPECS/audit.spec:1.6 Sun Aug 28 17:21:17 2005 +++ SPECS/audit.spec Wed Sep 28 17:47:42 2005 @@ -3,7 +3,7 @@ Summary(pl): Narzędzia przestrzeni użytkownika do audytu jąder 2.6 Name: audit Version: 1.0.3 -Release: 1 +Release: 1.1 License: GPL Group: Daemons Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -94,7 +94,7 @@ %configure # override auditd_CFLAGS to avoid -fPIE unsupported by gcc 3.3 %{__make} \ - auditd_CFLAGS= + auditd_CFLAGS="-fPIC" %install rm -rf $RPM_BUILD_ROOT @@ -172,6 +172,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/09/28 15:47:42 pluto +- fix x86-64 build. + Revision 1.6 2005/08/28 15:21:17 qboosh - fixed libaudit.so symlink - replace init/sysconfig with our versions ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
