diff --git a/quirks-ubuntu-1604-32.sh b/quirks-ubuntu-1604-32.sh index 08c427e..5c16648 100644 --- a/quirks-ubuntu-1604-32.sh +++ b/quirks-ubuntu-1604-32.sh @@ -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} diff --git a/quirks-ubuntu-1604.sh b/quirks-ubuntu-1604.sh index 5d00ee0..3d3017f 100644 --- a/quirks-ubuntu-1604.sh +++ b/quirks-ubuntu-1604.sh @@ -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