summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-10 16:05:09 +0000
committerjlam <jlam>2003-09-10 16:05:09 +0000
commitc5a2084611d6a00557114c6fc945726e611a686f (patch)
treec9ab55c9cb65eabe6dee47ce21b94cb882e508d9 /security/openssl/Makefile
parente83ba777c2710bdfd4d5e304a1e16d7d0db389e2 (diff)
downloadpkgsrc-c5a2084611d6a00557114c6fc945726e611a686f.tar.gz
Honor CFLAGS/LDFLAGS from the environment.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index e472412fd2d..1fda829b4dc 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2003/09/10 01:57:06 jlam Exp $
+# $NetBSD: Makefile,v 1.78 2003/09/10 16:05:09 jlam Exp $
DISTNAME= openssl-0.9.6g
PKGREVISION= 2
@@ -68,7 +68,7 @@ LD_PATH_VARNAME= LD_LIBRARY_PATH
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == "YES"
. include "../../security/rsaref/buildlink2.mk"
-CONFIGURE_ARGS+= rsaref -L${BUILDLINK_PREFIX.rsaref}/lib
+CONFIGURE_ARGS+= rsaref
PLIST_RSAREF= ${PKGDIR}/PLIST.rsaref
.endif
@@ -87,4 +87,6 @@ CONFIGURE_ARGS+= irix64-mips4-cc
. endif
.endif
+CONFIGURE_ARGS+= ${CFLAGS} ${LDFLAGS}
+
.include "../../mk/bsd.pkg.mk"