summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-03 14:07:56 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-03 14:07:56 +0000
commit08346237f353547eefb8c14a41d2817dff8b7958 (patch)
treec6aaab10e74e6e5d73636b21379352adf7a3d3fd /security
parente5c24926fcee39cfc6b9b6cabbb93910ee8ec7dd (diff)
downloadpkgsrc-08346237f353547eefb8c14a41d2817dff8b7958.tar.gz
Use explicit library search path.
Diffstat (limited to 'security')
-rw-r--r--security/ssss/distinfo4
-rw-r--r--security/ssss/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssss/distinfo b/security/ssss/distinfo
index 26b6126c753..8826e72f31d 100644
--- a/security/ssss/distinfo
+++ b/security/ssss/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2010/02/19 15:12:04 joerg Exp $
+$NetBSD: distinfo,v 1.3 2014/12/03 14:07:56 joerg Exp $
SHA1 (ssss-0.5.tar.gz) = 3f8f5046c2c5c3a2cf1a93f0a9446681852b190e
RMD160 (ssss-0.5.tar.gz) = 63bd228393afee454d9f72abab411cc162e03c65
@@ -6,4 +6,4 @@ Size (ssss-0.5.tar.gz) = 17435 bytes
SHA1 (ssss.1) = c2e2090edbe288406af7e84b984fba262fbdcf25
RMD160 (ssss.1) = 07003daf67e25b95c3e4b74c6477d128f80b039a
Size (ssss.1) = 3218 bytes
-SHA1 (patch-aa) = cc64c9ad1a972fad787a1fa8cdcdb1b3851a7119
+SHA1 (patch-aa) = b6e36c961e96df8deab502fa1ae17121d196cd52
diff --git a/security/ssss/patches/patch-aa b/security/ssss/patches/patch-aa
index 65ecd8eaa16..8670dd071f2 100644
--- a/security/ssss/patches/patch-aa
+++ b/security/ssss/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2010/02/19 15:12:04 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2014/12/03 14:07:56 joerg Exp $
--- Makefile.orig 2006-01-15 11:10:01.000000000 +0000
+++ Makefile
@@ -9,7 +9,7 @@ $NetBSD: patch-aa,v 1.2 2010/02/19 15:12:04 joerg Exp $
ssss-split: ssss.c
- $(CC) -W -Wall -O2 -lgmp -o ssss-split ssss.c
- strip ssss-split
-+ $(CC) -W -Wall ${CFLAGS} -Wl,-rpath,${PREFIX}/lib -o ssss-split ssss.c -lgmp
++ $(CC) -W -Wall ${CFLAGS} -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib -o ssss-split ssss.c -lgmp
ssss-combine: ssss-split
ln -f ssss-split ssss-combine