[Commits] [SCM] claws branch, master, updated. 3.11.1-113-g1dc9b3e

ticho at claws-mail.org ticho at claws-mail.org
Wed Jun 3 19:59:55 CEST 2015


The branch, master has been updated
       via  1dc9b3ed949eeb3b4506df7c630fd0fe66c6249c (commit)
      from  1b899808550a55a1e51959cf6f7339585c17e816 (commit)

Summary of changes:
 src/Makefile.am |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 1dc9b3ed949eeb3b4506df7c630fd0fe66c6249c
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Wed Jun 3 19:59:06 2015 +0200

    Pass --export-* flags correctly to the linker, depending on platform.

diff --git a/src/Makefile.am b/src/Makefile.am
index d4b6627..ef8267d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -540,13 +540,13 @@ IFLAGS = \
 	-I$(srcdir)/etpan
 
 if PLATFORM_WIN32
-arch_ldflags := -export-all-symbols
+arch_ldflags := -Wl,--export-all-symbols
 else
-arch_ldflags :=
+arch_ldflags := -Wl,--export-dynamic
 endif
 
 claws_mail_LDFLAGS = \
-	$(arch_ldflags) -export-dynamic $(claws_mail_res_ldflag)
+	$(arch_ldflags) $(claws_mail_res_ldflag)
 
 claws_mail_DEPENDENCIES = $(claws_mail_deps) \
 	$(etpan_library) \

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list