Hi sam,

unfortunately this introduced another linking order issue.
See attached patch. (you probably only need the Makefile.am part and
can auto-generate the Makefile.in part)

To avoid these in the future you could try to build courier with
LDFLAGS="-Wl,--as-needed" in the future. (if it helps: you can also ask
me to do so if you're about to release new versions)

cu,
-- 
Hanno Böck
http://hboeck.de/

mail/jabber: ha...@hboeck.de
GPG: BBB51E42
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 \

Attachment: pgptFl35Vd9Jq.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to