From 82da7baf2f08007e8d645cc3e30386476a74e235 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Fri, 22 Apr 2005 20:11:13 +0000 Subject: PHP bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport. --- security/pecl-ssh2/files/patch-config.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/pecl-ssh2/files/patch-config.m4 (limited to 'security/pecl-ssh2/files/patch-config.m4') diff --git a/security/pecl-ssh2/files/patch-config.m4 b/security/pecl-ssh2/files/patch-config.m4 new file mode 100644 index 000000000000..1f2ca029a794 --- /dev/null +++ b/security/pecl-ssh2/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- config.m4.orig Thu Apr 7 11:18:20 2005 ++++ config.m4 Thu Apr 7 11:19:10 2005 +@@ -36,7 +36,7 @@ + ],[ + AC_MSG_ERROR([libssh2 version >= 0.4 not found]) + ],[ +- -L$SSH2_DIR/lib -lm -ldl ++ -L$SSH2_DIR/lib -lm + ]) + + PHP_CHECK_LIBRARY($LIBNAME,libssh2_channel_forward_listen_ex, -- cgit v1.2.3