[dovecot-cvs] dovecot/src/deliver Makefile.am,1.1.2.4,1.1.2.5

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


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

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



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- Makefile.am	16 Jun 2006 09:09:47 -0000	1.1.2.4
+++ Makefile.am	18 Jun 2006 09:49:36 -0000	1.1.2.5
@@ -12,6 +12,8 @@
 	-DPKG_RUNDIR=\""$(rundir)"\" \
 	-DMODULEDIR=\""$(moduledir)"\"
 
+deliver_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