summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-07-10 17:55:49 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-07-10 17:55:49 +0000
commitb1aba7dfcce3452a539491b69627c9c255044427 (patch)
treef845e2d177318f1b5694d3e47009feb635031d0e
parentAllow em and ex as units on font-size. (diff)
parentRemove --export-dynamic linker flag (diff)
downloadinkscape-b1aba7dfcce3452a539491b69627c9c255044427.tar.gz
inkscape-b1aba7dfcce3452a539491b69627c9c255044427.zip
Remove --export-dynamic linker flag
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10437.1.2)
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am6
2 files changed, 1 insertions, 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)