Hello Sam,

attached is a patch which fixes mostly the same issue as the patch for
lunicode I sent a few days ago. It moves library linking from LDFLAGS
to LDADD where it belongs.

I found this during huting for another issue. It doesn't seem to cause
compile failures at the moment, but it should be fixed nevertheless.

Please apply, patch is against courier git.

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

mail/jabber: ha...@hboeck.de
GPG: BBB51E42
diff -Naur courier-upstream.git/courier/courier/module.esmtp/Makefile.am courier-courier.git/courier/courier/module.esmtp/Makefile.am
--- courier-upstream.git/courier/courier/module.esmtp/Makefile.am	2014-09-17 12:42:08.629144334 +0200
+++ courier-courier.git/courier/courier/module.esmtp/Makefile.am	2014-09-17 12:42:56.087551022 +0200
@@ -93,9 +93,9 @@
 
 courieresmtpd_DEPENDENCIES=$(courieresmtp_DEPENDENCIES) \
 				../../libs/tcpd/libspipe.la
-courieresmtpd_LDADD=$(commonLDADD) ../../libs/tcpd/libspipe.la
-courieresmtpd_LDFLAGS=`@COURIERAUTHCONFIG@ --ldflags` \
-		-lcourierauthsasl -lcourierauth
+courieresmtpd_LDADD=$(commonLDADD) ../../libs/tcpd/libspipe.la \
+			-lcourierauthsasl -lcourierauth
+courieresmtpd_LDFLAGS=`@COURIERAUTHCONFIG@ --ldflags`
 
 addcr_SOURCES=addcr.c
 

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&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