Browse Source

disable building libssh2 shared, we link statically, so no need..

tags/ggatessh-v1.0.1
John-Mark Gurney 4 years ago
parent
commit
03d6dcfd33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ggatessh/Makefile

+ 1
- 1
ggatessh/Makefile View File

@@ -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)


Loading…
Cancel
Save