Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162630959
D52595.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
627 B
Referenced Files
None
Subscribers
None
D52595.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 6:44 AM (9 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35126882
Default Alt Text
D52595.diff (627 B)
Attached To
Mode
D52595: crypto/openssl: fix importing new versions from pristine trees
Attached
Detach File
Event Timeline
Log In to Comment