Page MenuHomeFreeBSD

D52595.diff
No OneTemporary

D52595.diff

diff --git a/crypto/openssl/BSDmakefile b/crypto/openssl/BSDmakefile
--- a/crypto/openssl/BSDmakefile
+++ b/crypto/openssl/BSDmakefile
@@ -12,7 +12,9 @@
LCRYPTO_DOC= ${LCRYPTO_SRC}/doc
CAT?= /bin/cat
+CC?= cc
GMAKE?= gmake
+LD?= ld
MV?= /bin/mv
PERL?= perl
SETENVI= /usr/bin/env -i
@@ -26,10 +28,13 @@
.ORDER: configure patch all
LOCALBASE= /usr/local
-WRK_ENV= PATH=${LOCALBASE}/bin:/bin:/usr/bin
+WRK_ENV= CC=${CC} \
+ LD=${LD} \
+ PATH=${LOCALBASE}/bin:/bin:/usr/bin
configure:
@(cd ${.CURDIR} && ${SETENVI} \
+ ${WRK_ENV} \
${PERL} ./Configure \
disable-aria \
disable-egd \

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 6:44 AM (10 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35126882
Default Alt Text
D52595.diff (627 B)

Event Timeline