[dovecot-cvs] dovecot/src/imap Makefile.am,1.31,1.32

cras at dovecot.org cras at dovecot.org
Sun Jun 18 12:50:28 EEST 2006


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv1084/imap

Modified Files:
	Makefile.am 
Log Message:
Added -export-dynamic.       



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.am	8 Jun 2006 16:54:10 -0000	1.31
+++ Makefile.am	18 Jun 2006 09:50:24 -0000	1.32
@@ -9,6 +9,8 @@
 	-I$(top_srcdir)/src/lib-imap \
 	-I$(top_srcdir)/src/lib-storage
 
+imap_LDFLAGS = -export-dynamic
+
 # get some functions included which only plugins use. liblib should probably
 # be a shared library so this wouldn't be needed..
 unused_objects = \



More information about the dovecot-cvs mailing list