summaryrefslogtreecommitdiff
path: root/security/spiped
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-12-14 09:32:37 +0000
committerjperkin <jperkin>2015-12-14 09:32:37 +0000
commit45b44bf677ee92ed14c425f4484b259dcfc46b4b (patch)
tree478bdd18eb4cc55e448576cd20c50aa5984beeaf /security/spiped
parentbd96d7cd6210c854d63b19cdef4cd6666a1fe810 (diff)
downloadpkgsrc-45b44bf677ee92ed14c425f4484b259dcfc46b4b.tar.gz
Ensure OpenSSL libraries can be found.
Diffstat (limited to 'security/spiped')
-rw-r--r--security/spiped/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/spiped/Makefile b/security/spiped/Makefile
index 8db3ebda62b..6f09afd8982 100644
--- a/security/spiped/Makefile
+++ b/security/spiped/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/03/04 16:39:41 wiedi Exp $
+# $NetBSD: Makefile,v 1.14 2015/12/14 09:32:37 jperkin Exp $
DISTNAME= spiped-1.5.0
CATEGORIES= net security
@@ -15,6 +15,7 @@ MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin
MAKE_FLAGS+= MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
LDADD_EXTRA= ${COMPILER_RPATH_FLAG:Q}${BUILDLINK_PREFIX.openssl}/lib
+LDADD_EXTRA+= -L${BUILDLINK_PREFIX.openssl}/lib
CFLAGS.SunOS+= -D__EXTENSIONS__