[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.13,1.14
cras at dovecot.org
cras at dovecot.org
Sun Jun 18 12:50:41 EEST 2006
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv1084/pop3
Modified Files:
Makefile.am
Log Message:
Added -export-dynamic.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 8 Jun 2006 17:00:32 -0000 1.13
+++ Makefile.am 18 Jun 2006 09:50:37 -0000 1.14
@@ -8,6 +8,8 @@
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-storage
+pop3_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