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

cras at dovecot.org cras at dovecot.org
Sun Jun 18 12:49:24 EEST 2006


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

Modified Files:
      Tag: branch_1_0
	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.49.2.1
diff -u -d -r1.49 -r1.49.2.1
--- Makefile.am	27 Oct 2005 14:57:50 -0000	1.49
+++ Makefile.am	18 Jun 2006 09:49:21 -0000	1.49.2.1
@@ -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