[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.12.2.1,1.12.2.2
cras at dovecot.org
cras at dovecot.org
Sun Jun 18 12:49:56 EEST 2006
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv3974/pop3
Modified Files:
Tag: branch_1_0
Makefile.am
Log Message:
Added -export-dynamic.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/Makefile.am,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- Makefile.am 12 May 2006 18:08:09 -0000 1.12.2.1
+++ Makefile.am 18 Jun 2006 09:49:51 -0000 1.12.2.2
@@ -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