diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-05-15 17:27:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-05-15 17:27:08 +0000 |
commit | cd0011019cadf97168a136694683f86cddfbae0f (patch) | |
tree | 34b60138e2ca39be8c337a880f8cb2a2b7e8436e /app-crypt/gpgme/files | |
parent | Add ~alpha/~ia64/~sparc wrt #359047 (diff) | |
download | gentoo-2-cd0011019cadf97168a136694683f86cddfbae0f.tar.gz gentoo-2-cd0011019cadf97168a136694683f86cddfbae0f.tar.bz2 gentoo-2-cd0011019cadf97168a136694683f86cddfbae0f.zip |
Add patch to link properly with GNU gold (bug #367409); regenerate autotools; remove .la files; bump to EAPI=4.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/gpgme/files')
-rw-r--r-- | app-crypt/gpgme/files/gpgme-1.3.0-gold.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-crypt/gpgme/files/gpgme-1.3.0-gold.patch b/app-crypt/gpgme/files/gpgme-1.3.0-gold.patch new file mode 100644 index 000000000000..227cff1791f8 --- /dev/null +++ b/app-crypt/gpgme/files/gpgme-1.3.0-gold.patch @@ -0,0 +1,28 @@ +From bc797eb1ebeb2e94573f1b9ad7ada21fe948d9dc Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@gmail.com> +Date: Sun, 15 May 2011 19:07:41 +0200 +Subject: [gpgme PATCH] build-sys: link libassuan and libgpg-error in + gpgme-tool as well. + +Without this change, the binary would result "underlinked", and GNU gold +would fail to link it. +--- + src/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/src/Makefile.am b/src/Makefile.am +index 18c8b3b..0b240ee 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -240,7 +240,7 @@ libgpgme_qt_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \ + endif + + noinst_PROGRAMS = gpgme-tool +-gpgme_tool_LDADD = libgpgme.la ++gpgme_tool_LDADD = libgpgme.la @LIBASSUAN_LIBS@ @GPG_ERROR_LIBS@ + + status-table.h : gpgme.h extra-stati.h + cat $(builddir)/gpgme.h $(srcdir)extra-stati.h \ +-- +1.7.5.rc3 + |