talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8ab8e461d5669405dcc9a38521e5b29d34ba4675
parent 498b61cc586e6e258fb9299d14b49ec831ccb0f8
Author: Michael Rasmussen <mir@datanom.net>
Date:   Fri, 13 Jan 2017 22:39:10 +0100

Fix bug #3673. Patch provided by Perry E. Metzger

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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