summaryrefslogtreecommitdiff
path: root/security/spiped
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-12-14 09:32:37 +0000
committerjperkin <jperkin@pkgsrc.org>2015-12-14 09:32:37 +0000
commit7e01f69caffb9653d7bcc0abbaabdf447f1644de (patch)
tree478bdd18eb4cc55e448576cd20c50aa5984beeaf /security/spiped
parentbcee6369e92179b35b1d1473d0d16ed820413f3d (diff)
downloadpkgsrc-7e01f69caffb9653d7bcc0abbaabdf447f1644de.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__