[Commits] [SCM] claws branch, master, updated. 3.14.1-129-g980b3eb
miras at claws-mail.org
miras at claws-mail.org
Fri Jan 13 22:39:20 CET 2017
The branch, master has been updated
via 980b3ebe07e4952eb0411e8ea7b29c81d59db575 (commit)
from 498b61cc586e6e258fb9299d14b49ec831ccb0f8 (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 980b3ebe07e4952eb0411e8ea7b29c81d59db575
Author: Michael Rasmussen <mir at datanom.net>
Date: Fri Jan 13 22:39:10 2017 +0100
Fix build on OSX. Patch provided by Perry E. Metzger
diff --git a/configure.ac b/configure.ac
index 5677da4..821ff46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,7 @@ case "$host" in
;;
*-apple-*)
platform_osx=yes
- LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
+ LDFLAGS="$LDFLAGS -Wl,-export_dynamic"
;;
*)
platform_win32=no
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list