summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-01 16:36:45 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-01 16:39:39 +0100
commit4344075efcc6c42845677630b08265e05241c05b (patch)
treec6b8c04e44212a3d4f1a987776a18ca157b84ac0 /net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch
parentdev-libs/9libs: amd64 stable wrt bug #704436 (diff)
downloadgentoo-4344075efcc6c42845677630b08265e05241c05b.tar.gz
gentoo-4344075efcc6c42845677630b08265e05241c05b.tar.bz2
gentoo-4344075efcc6c42845677630b08265e05241c05b.zip
net-analyzer/tcpstat: Version 1.5_p8
* Split up -db patch * Apply Debian patches * Fix -L-lpcap * Depend on sys-libs/db:* for tcpprof(1) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch')
-rw-r--r--net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch b/net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch
new file mode 100644
index 000000000000..54554890416a
--- /dev/null
+++ b/net-analyzer/tcpstat/files/tcpstat-1.5_p8-libpcap.patch
@@ -0,0 +1,11 @@
+--- a/configure.in
++++ b/configure.in
+@@ -47,7 +47,7 @@
+ fi
+ done
+ else
+- LDFLAGS=" -L${with_pcap_lib} "${LDFLAGS}
++ LDFLAGS="${with_pcap_lib} "${LDFLAGS}
+ fi
+
+ AC_ARG_ENABLE(fdesc,