hanno 14/12/14 01:32:05 Added: courier-0.74.0-fix-linking.diff Log: courier bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BBB51E42)
Revision Changes Path 1.1 mail-mta/courier/files/courier-0.74.0-fix-linking.diff file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/files/courier-0.74.0-fix-linking.diff?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/courier/files/courier-0.74.0-fix-linking.diff?rev=1.1&content-type=text/plain Index: courier-0.74.0-fix-linking.diff =================================================================== diff -Naur courier-0.74.0/libs/gpglib/Makefile.am courier-0.74.0-1/libs/gpglib/Makefile.am --- courier-0.74.0/libs/gpglib/Makefile.am 2014-12-04 03:31:09.000000000 +0100 +++ courier-0.74.0-1/libs/gpglib/Makefile.am 2014-12-14 02:18:25.599274395 +0100 @@ -18,7 +18,7 @@ testgpg_SOURCES=testgpg.c testgpg_DEPENDENCIES=libgpg.la ../numlib/libnumlib.la -testgpg_LDADD= -lunicode $(testgpg_DEPENDENCIES) +testgpg_LDADD= $(testgpg_DEPENDENCIES) -lunicode testgpg_LDFLAGS=-static mimegpg_SOURCES=mimegpg.c diff -Naur courier-0.74.0/libs/gpglib/Makefile.in courier-0.74.0-1/libs/gpglib/Makefile.in --- courier-0.74.0/libs/gpglib/Makefile.in 2014-12-13 15:26:42.000000000 +0100 +++ courier-0.74.0-1/libs/gpglib/Makefile.in 2014-12-14 02:18:35.512275143 +0100 @@ -335,7 +335,7 @@ testgpg_SOURCES = testgpg.c testgpg_DEPENDENCIES = libgpg.la ../numlib/libnumlib.la -testgpg_LDADD = -lunicode $(testgpg_DEPENDENCIES) +testgpg_LDADD = $(testgpg_DEPENDENCIES) -lunicode testgpg_LDFLAGS = -static mimegpg_SOURCES = mimegpg.c mimegpg_LDADD = libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \
