diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-12-14 17:40:47 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-12-14 17:40:47 +0000 |
commit | c1d55226c269555fc336c2b8ac338f66baf6c322 (patch) | |
tree | d0981c3d378a589cb4aac76827e26e51017e51c5 /net-libs/gnutls/files | |
parent | Add iceweasel branding (diff) | |
download | gentoo-2-c1d55226c269555fc336c2b8ac338f66baf6c322.tar.gz gentoo-2-c1d55226c269555fc336c2b8ac338f66baf6c322.tar.bz2 gentoo-2-c1d55226c269555fc336c2b8ac338f66baf6c322.zip |
Fix selflink issue, bug#202269, thanks to aballier
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r-- | net-libs/gnutls/files/gnutls-2.2.0-selflink.patch | 21 |
1 files changed, 21 insertions, 0 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 new file mode 100644 index 000000000000..d9ea3c99b8f8 --- /dev/null +++ b/net-libs/gnutls/files/gnutls-2.2.0-selflink.patch @@ -0,0 +1,21 @@ +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 |