summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-14 01:52:23 +0000
committertron <tron@pkgsrc.org>2001-01-14 01:52:23 +0000
commitfa7191ae26645c2adc695e3d33673bd148ff306a (patch)
tree61c50d53d17870d20c115c570c3f8988f0bd70db /security
parent67350f5123a457bc0f0206a9c44701f47848d759 (diff)
downloadpkgsrc-fa7191ae26645c2adc695e3d33673bd148ff306a.tar.gz
Pass "${CC}" to configure script.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b60ee736fba..3d2bbf46d8d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/12/28 21:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2001/01/14 01:52:23 tron Exp $
#
DISTNAME= openssl-0.9.5a
@@ -27,7 +27,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
CONFIGURE_ARGS= -fPIC -DPIC --openssldir=${PREFIX} --prefix=${PREFIX} \
${LDFLAGS}
-#CONFIGURE_ENV= PREFIX=${PREFIX}
+CONFIGURE_ENV= CC="${CC}"
.include "../../mk/bsd.prefs.mk"