rpms/libnids/F-7 libnids.spec,1.1,1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Mon Nov 26 19:43:58 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/libnids/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31043/F-7

Modified Files:
	libnids.spec 
Log Message:
Build with -fPIC, because 64 bit archs are complaining


Index: libnids.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libnids/F-7/libnids.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnids.spec	26 Nov 2007 18:44:42 -0000	1.1
+++ libnids.spec	26 Nov 2007 19:43:26 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:	Implementation of an E-component of Network Intrusion Detection System
 Name:		libnids
 Version:	1.22
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		System Environment/Libraries
 URL:		http://libnids.sourceforge.net/
@@ -31,6 +31,7 @@
 %setup -q
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure --enable-shared
 make %{?_smp_mflags}
 
@@ -58,6 +59,9 @@
 %{_mandir}/man3/libnids.3*
 
 %changelog
+* Mon Nov 26 2007 Robert Scheck <robert at fedoraproject.org> 1.22-2
+- Build with -fPIC, because 64 bit archs are complaining
+
 * Sun Nov 25 2007 Robert Scheck <robert at fedoraproject.org> 1.22-1
 - Upgrade to 1.22
 - Initial spec file for Fedora and Red Hat Enterprise Linux




More information about the fedora-extras-commits mailing list