- fix building with new glibc headers
This commit is contained in:
parent
203e1d5ebf
commit
7448b88698
@ -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 <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
|
||||
- update IKEv2 support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user