diff options
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, |