libssh2.patch 477 B

123456789101112
  1. --- configure.ac 2022-01-13 09:23:53.000000000 +0000
  2. +++ configure.ac 2022-07-20 11:59:07.503797192 +0100
  3. @@ -415,7 +415,7 @@
  4. dnl Check for libssh and argp for SSH plugin
  5. if test "x$enable_ssh_token" = "xyes"; then
  6. - PKG_CHECK_MODULES([LIBSSH], [libssh])
  7. + PKG_CHECK_MODULES([LIBSSH], [libssh2])
  8. AC_CHECK_DECLS([ssh_session_is_known_server], [], [], [#include <libssh/libssh.h>])
  9. AC_CHECK_HEADER([argp.h], [], AC_MSG_ERROR([You need argp library.]))
  10. saved_LIBS=$LIBS