aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-09-19 22:20:53 +0000
committerMax Horn2003-09-19 22:20:53 +0000
commitce7d4c0a7630aa8ae13e9e224a677a5e1c2708ff (patch)
treeb3336fe9b862a9a867f9b54dbd7f3adc294b8a8b
parent9833fcc3439269d9dbb1d6e1ddd93949e698d22c (diff)
downloadscummvm-rg350-ce7d4c0a7630aa8ae13e9e224a677a5e1c2708ff.tar.gz
scummvm-rg350-ce7d4c0a7630aa8ae13e9e224a677a5e1c2708ff.tar.bz2
scummvm-rg350-ce7d4c0a7630aa8ae13e9e224a677a5e1c2708ff.zip
one more linux+dynamic fix
svn-id: r10322
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index d4c2dcf13f..b835eea3b9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -54,6 +54,7 @@ CXXFLAGS += -DDYNAMIC_MODULES
# Uncomment these for Linux
CXXFLAGS += -fpic
PLUGIN_LDFLAGS := -shared
+LDFLAGS += --export-dynamic
LIBS += -ldl
endif