[dovecot-cvs] dovecot/src/dict Makefile.am,1.4,1.5

cras at dovecot.org cras at dovecot.org
Sun Jun 18 12:50:25 EEST 2006


Update of /var/lib/cvs/dovecot/src/dict
In directory talvi:/tmp/cvs-serv1084/dict

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



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/dict/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	14 Apr 2006 10:55:44 -0000	1.4
+++ Makefile.am	18 Jun 2006 09:50:23 -0000	1.5
@@ -8,6 +8,8 @@
 	-I$(top_srcdir)/src/lib-sql \
 	-DPKG_RUNDIR=\""$(rundir)"\"
 
+dict_LDFLAGS = -export-dynamic
+
 libs = \
 	../lib-dict/libdict.a \
 	../lib-sql/libsql.a \



More information about the dovecot-cvs mailing list