Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
pin openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Oct 7, 2022
1 parent d4930b0 commit f180f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions quirks-ubuntu-1604-32.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
git clone https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable
pushd openssl
git checkout 26cfeb76cfda55ba5248219f40252af7c2b22be1
setarch i386 ./config -m32 --prefix=$PWD/../copenssl32 --openssldir=$PWD/../copenssl32/ssl
make install_sw -j8
export LD_LIBRARY_PATH=$PWD/../copenssl32/lib:${LD_LIBRARY_PATH}
Expand Down
1 change: 1 addition & 0 deletions quirks-ubuntu-1604.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
git clone https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable
pushd openssl
git checkout 26cfeb76cfda55ba5248219f40252af7c2b22be1
setarch i386 ./config -m32 --prefix=$PWD/../copenssl32 --openssldir=$PWD/../copenssl32/ssl
make install_sw -j8
./config --prefix=$PWD/../copenssl64 --openssldir=$PWD/../copenssl64/ssl
Expand Down

0 comments on commit f180f24

Please sign in to comment.