summaryrefslogtreecommitdiff
path: root/net-analyzer/synscan/files/synscan-5.02-lld.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/synscan/files/synscan-5.02-lld.patch')
-rw-r--r--net-analyzer/synscan/files/synscan-5.02-lld.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-analyzer/synscan/files/synscan-5.02-lld.patch b/net-analyzer/synscan/files/synscan-5.02-lld.patch
new file mode 100644
index 000000000000..612e91599984
--- /dev/null
+++ b/net-analyzer/synscan/files/synscan-5.02-lld.patch
@@ -0,0 +1,9 @@
+lld does not ignore erroneous libdirs (ideally should use pkg-config)
+https://bugs.gentoo.org/875017
+--- a/configure.in
++++ b/configure.in
+@@ -60,3 +60,3 @@
+ CFLAGS="$CFLAGS -I${prefix}/include"
+- LIBS="$LIBS -L${prefix}/lib -lpcap"
++ LIBS="$LIBS -lpcap"
+ elif test -f /usr/include/pcap/pcap.h; then