From: Darren Tucker Date: Tue, 11 Jan 2022 09:56:01 +0000 (+1100) Subject: libhardended_malloc.so moved into out dir. X-Git-Tag: V_8_9_P1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613a6545fc5a9542753b503cbe5906538a640b60;p=thirdparty%2Fopenssh-portable.git libhardended_malloc.so moved into out dir. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index b603f3f57..454767b49 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -105,7 +105,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then (cd ${HOME} && git clone https://github.com/GrapheneOS/hardened_malloc.git && cd ${HOME}/hardened_malloc && - make -j2 && sudo cp libhardened_malloc.so /usr/lib/) + make -j2 && sudo cp out/libhardened_malloc.so /usr/lib/) fi if [ ! -z "${INSTALL_OPENSSL}" ]; then