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 \