]> git.pld-linux.org Git - packages/gnutls.git/commitdiff
- gentoo people added -L poisoning because of libtool problem
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Jan 2008 20:33:51 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnutls-link.patch -> 1.1

gnutls-link.patch [new file with mode: 0644]

diff --git a/gnutls-link.patch b/gnutls-link.patch
new file mode 100644 (file)
index 0000000..7e42c9a
--- /dev/null
@@ -0,0 +1,20 @@
+--- gnutls-2.2.1/libextra/Makefile.am.orig     2008-01-17 18:45:55.000000000 +0100
++++ gnutls-2.2.1/libextra/Makefile.am  2008-01-21 21:15:31.324404586 +0100
+@@ -60,7 +60,7 @@
+ libgnutls_extra_la_SOURCES = gnutls_extra.c
+-libgnutls_openssl_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
++libgnutls_openssl_la_LDFLAGS = -no-undefined
+ # OpenSSL
+@@ -90,7 +90,7 @@
+ # OpenPGP
+ libgnutls_extra_la_LIBADD =
+-libgnutls_extra_la_LDFLAGS = -no-undefined -L$(top_srcdir)/lib/.libs
++libgnutls_extra_la_LDFLAGS = -no-undefined
+ if ENABLE_OPENPGP
+ libgnutls_extra_la_SOURCES += gnutls_openpgp.c
+ libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la
This page took 0.031049 seconds and 4 git commands to generate.