Skip to content

Commit f41a951

Browse files
committed
openssl.sh: clear OPENSSL_LOCAL_CONFIG_DIR before building [ci skip]
To not interfere with the build. Inspired-by: https://github.com/Homebrew/homebrew-core/blob/639f06cd2e9b9ccceb418e738996b1e7f6c5ca78/Formula/o/openssl%403.rb#L90C17-L90C41
1 parent 5a25df2 commit f41a951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openssl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ _VER="$1"
152152
# no-sm2-precomp: avoid a 3.2.0 optimization that makes libcrypto 0.5MB larger.
153153
options+=' no-docs no-sm2-precomp no-quic'
154154

155+
export OPENSSL_LOCAL_CONFIG_DIR=''
156+
155157
# 'no-dso' implies 'no-dynamic-engine' which in turn compiles in these
156158
# engines non-dynamically. To avoid them, also set `no-engine`.
157159
(

0 commit comments

Comments
 (0)