summaryrefslogtreecommitdiff
path: root/net/hping3
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-20 18:00:57 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-20 18:00:57 +0000
commit0c740adac579eed7ff1a2cc39c3e40244769ee35 (patch)
tree44ed2fa36810f626fdba7e583ae8d2721af07987 /net/hping3
parent33292cf0a7abf86aa3f415296db3caced1a54f47 (diff)
downloadpkgsrc-0c740adac579eed7ff1a2cc39c3e40244769ee35.tar.gz
Prefix rpath options with -Wl.
Diffstat (limited to 'net/hping3')
-rw-r--r--net/hping3/distinfo4
-rw-r--r--net/hping3/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/hping3/distinfo b/net/hping3/distinfo
index 0f322e96aa6..0848630a565 100644
--- a/net/hping3/distinfo
+++ b/net/hping3/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/03/14 18:37:58 pettai Exp $
+$NetBSD: distinfo,v 1.2 2013/10/20 18:00:57 joerg Exp $
SHA1 (hping3-alpha-2.tar.gz) = 4115f74f234730e1bd6470f4ffb0f30e3759e56d
RMD160 (hping3-alpha-2.tar.gz) = a1e43a2e4be64657dd7aa49a8211692d6b1673c3
Size (hping3-alpha-2.tar.gz) = 573396 bytes
SHA1 (patch-aa) = 25c2d447d8cc0374a27fa3de4e8bc0c1cfa2ce6c
-SHA1 (patch-ab) = 1e180dc738365757103316d8b00f81873db28e9b
+SHA1 (patch-ab) = 46aa447ee7efa477a07fe46119524de8b93708f7
SHA1 (patch-ac) = cef340ccd49c676093d920797c65ce2ece7eb577
diff --git a/net/hping3/patches/patch-ab b/net/hping3/patches/patch-ab
index ca337963030..6acf436e498 100644
--- a/net/hping3/patches/patch-ab
+++ b/net/hping3/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2010/03/14 18:37:58 pettai Exp $
+$NetBSD: patch-ab,v 1.2 2013/10/20 18:00:57 joerg Exp $
--- Makefile.in.orig 2004-04-10 01:38:56.000000000 +0200
+++ Makefile.in 2010-01-26 23:35:22.000000000 +0100
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2010/03/14 18:37:58 pettai Exp $
hping3: byteorder.h $(OBJ)
- $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
-+ $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L@PREFIX@/lib -R@PREFIX@/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
++ $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L@PREFIX@/lib ${COMPILER_RPATH_FLAG}@PREFIX@/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
@echo
./hping3 -v
@echo "use \`make strip' to strip hping3 binary"