summaryrefslogtreecommitdiff
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-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/libssh2/files/patch-configure b/security/libssh2/files/patch-configure
deleted file mode 100644
index c79e1857efbc..000000000000
--- a/security/libssh2/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig 2016-11-28 18:30:51 UTC
-+++ configure
-@@ -14250,9 +14250,9 @@ if test "${with_libgcrypt+set}" = set; t
-
- old_LDFLAGS=$LDFLAGS
- old_CFLAGS=$CFLAGS
-- if test -n "$use_libgcrypt" && test "$use_libgcrypt" != "no"; then
-- LDFLAGS="$LDFLAGS -L$use_libgcrypt/lib"
-- CFLAGS="$CFLAGS -I$use_libgcrypt/include"
-+ if test -n "$with_libgcrypt_prefix" && test "$with_libgcrypt_prefix" != "no"; then
-+ LDFLAGS="$LDFLAGS -L$with_libgcrypt_prefix/lib"
-+ CFLAGS="$CFLAGS -I$with_libgcrypt_prefix/include"
- fi
-
-