summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnutls/files/gnutls-2.2.0-selflink.patch')
-rw-r--r--net-libs/gnutls/files/gnutls-2.2.0-selflink.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-libs/gnutls/files/gnutls-2.2.0-selflink.patch b/net-libs/gnutls/files/gnutls-2.2.0-selflink.patch
deleted file mode 100644
index d9ea3c99b8f8..000000000000
--- a/net-libs/gnutls/files/gnutls-2.2.0-selflink.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urNp gnutls-2.2.0.org/libextra/Makefile.am gnutls-2.2.0/libextra/Makefile.am
---- gnutls-2.2.0.org/libextra/Makefile.am 2007-12-10 19:19:10.000000000 +0200
-+++ gnutls-2.2.0/libextra/Makefile.am 2007-12-14 19:33:45.000000000 +0200
-@@ -60,7 +60,7 @@ lib_LTLIBRARIES = libgnutls-extra.la
-
- libgnutls_extra_la_SOURCES = gnutls_extra.c
-
--libgnutls_openssl_la_LDFLAGS = -no-undefined
-+libgnutls_openssl_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
-
- # OpenSSL
-
-@@ -90,7 +90,7 @@ endif
- # OpenPGP
-
- libgnutls_extra_la_LIBADD =
--libgnutls_extra_la_LDFLAGS = -no-undefined
-+libgnutls_extra_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
- if ENABLE_OPENPGP
- libgnutls_extra_la_SOURCES += gnutls_openpgp.c
- libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la