diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-22 20:11:13 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-04-22 20:11:13 +0000 |
commit | 82da7baf2f08007e8d645cc3e30386476a74e235 (patch) | |
tree | 4c57092577625077d786613766519ce7970e5607 /security/pecl-ssh2/files/patch-config.m4 | |
parent | libssh2 is a library implementing the SSH2 protocol as defined by (diff) |
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.
Notes
Notes:
svn path=/head/; revision=133964
Diffstat (limited to 'security/pecl-ssh2/files/patch-config.m4')
-rw-r--r-- | security/pecl-ssh2/files/patch-config.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
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, |