From 03d6dcfd33a22073e37a41add51a398940720993 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 25 Oct 2020 08:23:01 +0000 Subject: [PATCH] disable building libssh2 shared, we link statically, so no need.. --- ggatessh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggatessh/Makefile b/ggatessh/Makefile index 1536437..8c82391 100644 --- a/ggatessh/Makefile +++ b/ggatessh/Makefile @@ -26,7 +26,7 @@ ${LIBSSH2}: ${LIBSSH2_DIR}/Makefile (cd ${LIBSSH2_DIR} && make -j 4) ${LIBSSH2_DIR}/Makefile: ${LIBSSH2_DIR}/configure - (cd ${LIBSSH2_DIR} && ./configure) + (cd ${LIBSSH2_DIR} && ./configure --disable-shared) ${LIBSSH2_DIR}/configure: ${LIBSSH2_DIR}/configure.ac (cd ${LIBSSH2_DIR} && autoreconf -fi)