- fix building with new glibc headers

This commit is contained in:
Miroslav Lichvar 2008-02-13 18:42:17 +00:00
parent 203e1d5ebf
commit 7448b88698

View File

@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool
Name: tcpdump Name: tcpdump
Epoch: 14 Epoch: 14
Version: 3.9.8 Version: 3.9.8
Release: 3%{?dist} Release: 4%{?dist}
License: BSD with advertising License: BSD with advertising
URL: http://www.tcpdump.org URL: http://www.tcpdump.org
Group: Applications/Internet Group: Applications/Internet
@ -47,7 +47,7 @@ popd
find . -name '*.c' -o -name '*.h' | xargs chmod 644 find . -name '*.c' -o -name '*.h' | xargs chmod 644
%build %build
export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)" export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE"
pushd %{tcpslice_dir} pushd %{tcpslice_dir}
%configure %configure
@ -93,6 +93,9 @@ exit 0
%{_mandir}/man8/tcpdump.8* %{_mandir}/man8/tcpdump.8*
%changelog %changelog
* Wed Feb 13 2008 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-4
- fix building with new glibc headers
* Thu Dec 06 2007 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-3 * Thu Dec 06 2007 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-3
- update IKEv2 support - update IKEv2 support