diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-11-18 16:16:45 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-11-18 16:16:58 -0800 |
commit | f751259651621515c6e710e65d4d7660a0c2169f (patch) | |
tree | 604d2414dee9938265069709c23685601e11a47e /net-analyzer/thc-ipv6/files | |
parent | sys-power/apcupsd: Add support for modbus (diff) | |
download | gentoo-f751259651621515c6e710e65d4d7660a0c2169f.tar.gz gentoo-f751259651621515c6e710e65d4d7660a0c2169f.tar.bz2 gentoo-f751259651621515c6e710e65d4d7660a0c2169f.zip |
net-analyzer/thc-ipv6: bump.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer/thc-ipv6/files')
-rw-r--r-- | net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch b/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch new file mode 100644 index 000000000000..43b72eeb9069 --- /dev/null +++ b/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch @@ -0,0 +1,11 @@ +diff -Nuar thc-ipv6-3.0.orig/Makefile thc-ipv6-3.0/Makefile +--- thc-ipv6-3.0.orig/Makefile 2015-10-13 20:17:34.000000000 -0700 ++++ thc-ipv6-3.0/Makefile 2016-11-18 15:57:57.577946828 -0800 +@@ -19,5 +19,5 @@ + dnssecwalk: dnssecwalk.c +- $(CC) $(CFLAGS) $(STATIC) -o $@ $^ ++ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS) + + dnsdict6: dnsdict6.c +- $(CC) $(CFLAGS) $(STATIC) -o $@ $^ -lpthread -lresolv ++ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS) -lpthread -lresolv |