mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/tcpdump: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
1c83f24498
commit
c1c57909c0
@@ -1,19 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -371,7 +371,7 @@
|
||||
|
||||
if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
|
||||
if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
|
||||
- LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
|
||||
+ LIBS="-l$ipv6lib $LIBS"
|
||||
echo "You have $ipv6lib library, using it"
|
||||
else
|
||||
if test "$ipv6trylibc" = "yes"; then
|
||||
@@ -891,7 +891,6 @@
|
||||
# at the front of the header and library search path.
|
||||
#
|
||||
CFLAGS="-I$withval/include $CFLAGS"
|
||||
- LIBS="-L$withval/lib $LIBS"
|
||||
fi
|
||||
],[
|
||||
#
|
||||
Reference in New Issue
Block a user