Skip to content

Commit b062150

Browse files
elopezbagder
authored andcommitted
scripts: fix ssl builds on x86_64
libssl.a is installed on `$PREFIX/lib64/` on x86_64 builds, and the scripts here are not aware of this location. Always use `$PREFIX/lib/` to keep things uniform.
1 parent 1260cc6 commit b062150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_openssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pushd ${SRCDIR}
3737

3838
# Build the library.
3939
${ARCH_PROG} ./config --prefix=${INSTALLDIR} \
40+
--libdir=lib \
4041
--debug \
4142
enable-fuzz-libfuzzer \
4243
--with-fuzzer-lib=/usr/lib/libFuzzingEngine \

0 commit comments

Comments
 (0)