diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2007-03-01 21:57:51 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2007-03-01 21:57:51 +0000 |
commit | fba33610deb582f6d4150680f25b880754978a2f (patch) | |
tree | 9c9ef91ceb6d7c81888a5368dabde419c1088fa9 /net-mail/courier-imap/files | |
parent | add /usr/bin to the mkdir sanity check (diff) | |
download | gentoo-2-fba33610deb582f6d4150680f25b880754978a2f.tar.gz gentoo-2-fba33610deb582f6d4150680f25b880754978a2f.tar.bz2 gentoo-2-fba33610deb582f6d4150680f25b880754978a2f.zip |
Add patch to fix compilation with -as-needed (bug #168769)
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-mail/courier-imap/files')
-rw-r--r-- | net-mail/courier-imap/files/courier-imap-4.1.2-as-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/courier-imap/files/courier-imap-4.1.2-as-needed.patch b/net-mail/courier-imap/files/courier-imap-4.1.2-as-needed.patch new file mode 100644 index 000000000000..3eff0a80300d --- /dev/null +++ b/net-mail/courier-imap/files/courier-imap-4.1.2-as-needed.patch @@ -0,0 +1,12 @@ +Index: courier-imap-4.1.2/gdbmobj/Makefile.am +=================================================================== +--- courier-imap-4.1.2.orig/gdbmobj/Makefile.am ++++ courier-imap-4.1.2/gdbmobj/Makefile.am +@@ -15,6 +15,7 @@ noinst_LTLIBRARIES=libgdbmobj.la + noinst_PROGRAMS=testgdbm + + libgdbmobj_la_SOURCES=$(LIBGDBMSOURCES) ++libgdbmobj_la_LIBADD=@LIBGDBM@ + + testgdbm_SOURCES=$(TESTGDBMSOURCES) + |