X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fbefore_script.sh;h=6121ac50caae76ad8ef8b5c74e005253074686dd;hb=06d835bdc904580b198d0332f762277e42ae5a8e;hp=7a86543452e7be130ebd7becf40e0e5df3ca0019;hpb=42a6213fe3bab6003121069ef28a1419e2342b3c;p=openssl-gost%2Fengine.git diff --git a/.github/before_script.sh b/.github/before_script.sh index 7a86543..6121ac5 100755 --- a/.github/before_script.sh +++ b/.github/before_script.sh @@ -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