From 7448b886986a6bf54c34de91562c944a054bd2cd Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Feb 13 2008 18:42:17 +0000 Subject: - fix building with new glibc headers --- diff --git a/tcpdump.spec b/tcpdump.spec index 1ec7098..dec3285 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool 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 @@ popd 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 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Wed Feb 13 2008 Miroslav Lichvar - 14:3.9.8-4 +- fix building with new glibc headers + * Thu Dec 06 2007 Miroslav Lichvar - 14:3.9.8-3 - update IKEv2 support