[dovecot-cvs] dovecot/src/deliver Makefile.am,1.2,1.3
cras at dovecot.org
cras at dovecot.org
Sun Jun 18 12:50:19 EEST 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv1084/deliver
Modified Files:
Makefile.am
Log Message:
Added -export-dynamic.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 16 Jun 2006 09:30:07 -0000 1.2
+++ Makefile.am 18 Jun 2006 09:50:16 -0000 1.3
@@ -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