From 7865591c47589d25bb8c392e2e82c24e0c000582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Wed, 28 Sep 2005 15:47:42 +0000 Subject: [PATCH] - fix x86-64 build. Changed files: audit.spec -> 1.7 --- audit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audit.spec b/audit.spec index 29523f4..d12d054 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for 2.6 kernel auditing 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 @@ -93,7 +93,7 @@ install -D %{SOURCE1} src/mt/linux/audit.h %configure # override auditd_CFLAGS to avoid -fPIE unsupported by gcc 3.3 %{__make} \ - auditd_CFLAGS= + auditd_CFLAGS="-fPIC" %install rm -rf $RPM_BUILD_ROOT -- 2.44.0