rpms/tcpdump/devel tcpdump.spec,1.68,1.69

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Feb 13 18:42:54 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/tcpdump/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27335

Modified Files:
	tcpdump.spec 
Log Message:
- fix building with new glibc headers



Index: tcpdump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcpdump/devel/tcpdump.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- tcpdump.spec	6 Dec 2007 15:31:44 -0000	1.68
+++ tcpdump.spec	13 Feb 2008 18:42:17 -0000	1.69
@@ -2,7 +2,7 @@
 Name: tcpdump
 Epoch: 14
 Version: 3.9.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD with advertising
 URL: http://www.tcpdump.org
 Group: Applications/Internet
@@ -47,7 +47,7 @@
 find . -name '*.c' -o -name '*.h' | xargs chmod 644
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
+export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
 
 pushd %{tcpslice_dir}
 %configure
@@ -93,6 +93,9 @@
 %{_mandir}/man8/tcpdump.8*
 
 %changelog
+* Wed Feb 13 2008 Miroslav Lichvar <mlichvar at redhat.com> - 14:3.9.8-4
+- fix building with new glibc headers
+
 * Thu Dec 06 2007 Miroslav Lichvar <mlichvar at redhat.com> - 14:3.9.8-3
 - update IKEv2 support
 




More information about the fedora-extras-commits mailing list