summaryrefslogtreecommitdiffstats
path: root/security/libssh2/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'security/libssh2/files/patch-configure')
-rw-r--r--security/libssh2/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libssh2/files/patch-configure b/security/libssh2/files/patch-configure
new file mode 100644
index 0000000..c2fa0cb
--- /dev/null
+++ b/security/libssh2/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Tue Sep 5 13:14:03 2006
++++ configure Tue Sep 5 13:14:17 2006
+@@ -3738,8 +3738,8 @@
+ if test "$found_openssl" = "no" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists openssl; then
+ found_openssl=yes
+ pkgcfg_openssl=yes
+- OPENSSL_LIBLINE=`$PKG_CONFIG --libs openssl`
+- OPENSSL_INCLINE=`$PKG_CONFIG --variable=includedir openssl`
++ OPENSSL_LIBLINE=-L`$PKG_CONFIG --libs openssl`
++ OPENSSL_INCLINE=-I`$PKG_CONFIG --variable=includedir openssl`
+ echo "$as_me:$LINENO: result: Using paths from pkg-config" >&5
+ echo "${ECHO_T}Using paths from pkg-config" >&6
+ fi
OpenPOWER on IntegriCloud