Skip to content

Commit

Permalink
Use the OpenSSL libdir that tor is looking for
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Feb 23, 2024
1 parent b78829b commit 8a1729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-linux
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN \

RUN \
cd "openssl-$openssl_version" && \
./config --prefix="$PWD/root" \
./config --prefix="$PWD/root" --libdir=lib \
no-dso \
no-shared \
no-ssl-trace \
Expand Down

0 comments on commit 8a1729b

Please sign in to comment.