summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-11-28 18:44:53 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-11-28 18:59:34 -0500
commitd7b3bf2ee1c173f694d93bf46155576349fbcf4c (patch)
tree7a5dd689d85b41be941ec2c847ef8db955cc7ffe /net-analyzer/synscan/files
parentwww-client/vivaldi-snapshot: Drop old 5.6.2839.3 (diff)
downloadgentoo-d7b3bf2ee1c173f694d93bf46155576349fbcf4c.tar.gz
gentoo-d7b3bf2ee1c173f694d93bf46155576349fbcf4c.tar.bz2
gentoo-d7b3bf2ee1c173f694d93bf46155576349fbcf4c.zip
net-analyzer/synscan: EAPI7->8, fix w/ lld
Closes: https://bugs.gentoo.org/875017 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-analyzer/synscan/files')
-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