changeset 4424:b6ece4ed0343 HEAD

Added -export-dynamic.
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Jun 2006 12:50:13 +0300
parents 26d18749f718
children 227733bbe607
files src/auth/Makefile.am src/deliver/Makefile.am src/dict/Makefile.am src/imap/Makefile.am src/pop3/Makefile.am
diffstat 5 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/Makefile.am	Sun Jun 18 04:34:42 2006 +0300
+++ b/src/auth/Makefile.am	Sun Jun 18 12:50:13 2006 +0300
@@ -13,6 +13,8 @@
 	-DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
 	$(AUTH_CFLAGS)
 
+dovecot_auth_LDFLAGS = -export-dynamic
+
 libpassword_a_SOURCES = \
 	mycrypt.c \
 	password-scheme.c \
--- a/src/deliver/Makefile.am	Sun Jun 18 04:34:42 2006 +0300
+++ b/src/deliver/Makefile.am	Sun Jun 18 12:50:13 2006 +0300
@@ -12,6 +12,8 @@
 	-DPKG_RUNDIR=\""$(rundir)"\" \
 	-DMODULEDIR=\""$(moduledir)"\"
 
+deliver_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 = \
--- a/src/dict/Makefile.am	Sun Jun 18 04:34:42 2006 +0300
+++ b/src/dict/Makefile.am	Sun Jun 18 12:50:13 2006 +0300
@@ -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 \
--- a/src/imap/Makefile.am	Sun Jun 18 04:34:42 2006 +0300
+++ b/src/imap/Makefile.am	Sun Jun 18 12:50:13 2006 +0300
@@ -9,6 +9,8 @@
 	-I$(top_srcdir)/src/lib-imap \
 	-I$(top_srcdir)/src/lib-storage
 
+imap_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 = \
--- a/src/pop3/Makefile.am	Sun Jun 18 04:34:42 2006 +0300
+++ b/src/pop3/Makefile.am	Sun Jun 18 12:50:13 2006 +0300
@@ -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 = \