diff options
Diffstat (limited to 'tools/depends/target/libssh2/libdl.patch')
-rw-r--r-- | tools/depends/target/libssh2/libdl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/depends/target/libssh2/libdl.patch b/tools/depends/target/libssh2/libdl.patch new file mode 100644 index 0000000000..ff702536de --- /dev/null +++ b/tools/depends/target/libssh2/libdl.patch @@ -0,0 +1,10 @@ +--- configure.ac 2010-04-14 17:35:40.000000000 -0400 ++++ configure.ac 2013-01-14 14:59:23.183089017 -0500 +@@ -62,6 +62,7 @@ + + # Solaris has inet_addr() in -lnsl. + AC_SEARCH_LIBS(inet_addr, nsl) ++AC_SEARCH_LIBS(dlopen, dl) + + AC_SUBST(LIBS) + |