]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Explicitly set libdir to lib
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 11 Aug 2021 13:10:00 +0000 (15:10 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 11 Aug 2021 13:28:17 +0000 (16:28 +0300)
OpenSSL commit https://github.com/openssl/openssl/commit/74b7f339aa58af57c0e71b7efca66e6f2db5ae2e
changed the default installation path on 64-bit systems.

The recommended workaround is appending --libdir=lib

.github/before_script.sh

index 7a86543452e7be130ebd7becf40e0e5df3ca0019..6121ac50caae76ad8ef8b5c74e005253074686dd 100755 (executable)
@@ -13,7 +13,7 @@ git describe --always --long
 
 PREFIX=$HOME/opt
 
-${SETARCH-} ./config shared -d --prefix=$PREFIX --openssldir=$PREFIX -Wl,-rpath=$PREFIX/lib
+${SETARCH-} ./config shared -d --prefix=$PREFIX --libdir=lib --openssldir=$PREFIX -Wl,-rpath=$PREFIX/lib
 ${SETARCH-} make -s -j$(nproc) build_libs
 ${SETARCH-} make -s -j$(nproc) build_programs
 make -s install_sw