Skip to content

Commit

Permalink
scripts: fix ssl builds on x86_64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elopez authored and bagder committed Dec 14, 2023
1 parent 1260cc6 commit b062150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pushd ${SRCDIR}

# Build the library.
${ARCH_PROG} ./config --prefix=${INSTALLDIR} \
--libdir=lib \
--debug \
enable-fuzz-libfuzzer \
--with-fuzzer-lib=/usr/lib/libFuzzingEngine \
Expand Down

0 comments on commit b062150

Please sign in to comment.