diff options
author | tron <tron@pkgsrc.org> | 2001-01-14 01:52:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-14 01:52:23 +0000 |
commit | fa7191ae26645c2adc695e3d33673bd148ff306a (patch) | |
tree | 61c50d53d17870d20c115c570c3f8988f0bd70db /security/openssl | |
parent | 67350f5123a457bc0f0206a9c44701f47848d759 (diff) | |
download | pkgsrc-fa7191ae26645c2adc695e3d33673bd148ff306a.tar.gz |
Pass "${CC}" to configure script.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
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" |