X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fbefore_script.sh;h=2164d7f7f897079b671713d5bd8cd1ba37944c09;hb=95eaf6688d024161f4f41307e5f439d52efcc87a;hp=003a9a63c20a0320f1b6d83f468d6914abb55df6;hpb=d003ede538d8bdb5fc18949da6ed8c3eebc49791;p=openssl-gost%2Fengine.git diff --git a/.github/before_script.sh b/.github/before_script.sh index 003a9a6..2164d7f 100755 --- a/.github/before_script.sh +++ b/.github/before_script.sh @@ -17,7 +17,7 @@ git describe --always --long PREFIX=$HOME/opt -${SETARCH-} ./config shared -d --prefix=$PREFIX --libdir=lib --openssldir=$PREFIX -Wl,-rpath=$PREFIX/lib +${SETARCH-} ./config shared -d --prefix=$PREFIX --libdir=lib --openssldir=$PREFIX ${USE_RPATH:+-Wl,-rpath=$PREFIX/lib} ${SETARCH-} make -s -j$(nproc) build_libs ${SETARCH-} make -s -j$(nproc) build_programs make -s install_sw