[dovecot-cvs] dovecot/src/auth Makefile.am,1.49,1.50

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


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

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



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/Makefile.am,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile.am	27 Oct 2005 14:57:50 -0000	1.49
+++ Makefile.am	18 Jun 2006 09:50:13 -0000	1.50
@@ -13,6 +13,8 @@
 	-DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
 	$(AUTH_CFLAGS)
 
+dovecot_auth_LDFLAGS = -export-dynamic
+
 libpassword_a_SOURCES = \
 	mycrypt.c \
 	password-scheme.c \



More information about the dovecot-cvs mailing list