From 0c740adac579eed7ff1a2cc39c3e40244769ee35 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 20 Oct 2013 18:00:57 +0000 Subject: Prefix rpath options with -Wl. --- net/hping3/distinfo | 4 ++-- net/hping3/patches/patch-ab | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net/hping3') 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" -- cgit v1.2.3