From 7b0a658e33d7b7a7f0313bef2fdaf8ed32af1c7e Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 10 Jul 2011 18:54:41 +0100 Subject: Remove --export-dynamic linker flag (bzr r10430.1.1) --- configure.ac | 1 - src/Makefile.am | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ee65676cc..3ecfd9870 100644 --- a/configure.ac +++ b/configure.ac @@ -325,7 +325,6 @@ else platform_osx=no fi AC_MSG_RESULT([$platform_osx]) -AM_CONDITIONAL(EXPORT_DYNAMIC_DIRECT, test "$platform_osx" = "yes") AC_MSG_CHECKING([for Solaris platform]) case "$host" in diff --git a/src/Makefile.am b/src/Makefile.am index 7925dcd7e..5a50eb36f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -208,11 +208,7 @@ libinkscape_a_SOURCES = $(ink_common_sources) inkscape_SOURCES += main.cpp $(win32_sources) inkscape_LDADD = $(all_libs) -if EXPORT_DYNAMIC_DIRECT -inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows) -else -inkscape_LDFLAGS = -Wl,--export-dynamic $(kdeldflags) $(mwindows) -endif +inkscape_LDFLAGS = $(kdeldflags) $(mwindows) inkview_SOURCES += inkview.cpp $(win32_sources) inkview_LDADD = $(all_libs) -- cgit v1.2.3