[dovecot-cvs] dovecot/src/imap Makefile.am,1.30.2.1,1.30.2.2

cras at dovecot.org cras at dovecot.org
Sun Jun 18 12:49:48 EEST 2006


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

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



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/Makefile.am,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -d -r1.30.2.1 -r1.30.2.2
--- Makefile.am	11 May 2006 13:18:59 -0000	1.30.2.1
+++ Makefile.am	18 Jun 2006 09:49:46 -0000	1.30.2.2
@@ -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