mirror of git://anongit.mindrot.org/openssh.git
libhardended_malloc.so moved into out dir.
This commit is contained in:
parent
61761340be
commit
613a6545fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue