Pass "${CC}" to configure script.
This commit is contained in:
parent
67350f5123
commit
fa7191ae26
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue