aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2011-05-26 13:29:09 +0200
committerMax Horn2011-05-26 13:31:17 +0200
commit09ba2ad438d1316792861b25e68e19594eb26c7f (patch)
treef0bb58a61a859c13a9b38669b89b37165e44252b /configure
parent7b03a6e604f154dbe23a5b927a4be01aaa28248d (diff)
downloadscummvm-rg350-09ba2ad438d1316792861b25e68e19594eb26c7f.tar.gz
scummvm-rg350-09ba2ad438d1316792861b25e68e19594eb26c7f.tar.bz2
scummvm-rg350-09ba2ad438d1316792861b25e68e19594eb26c7f.zip
DC: Don't set a lib search path for plugins
Plugins may not rely on external libs, so there is no point in specifying a custom library search path for them.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9073232823..00679c9a22 100755
--- a/configure
+++ b/configure
@@ -2349,7 +2349,7 @@ POST_OBJS_FLAGS :=
_plugin_suffix=".plg"
_mak_plugins='
PLUGIN_EXTRA_DEPS = $(abspath $(srcdir)/backends/platform/dc/plugin.x $(srcdir)/backends/platform/dc/plugin.syms) $(EXECUTABLE) backends/platform/dc/plugin_head.o
-PLUGIN_LDFLAGS = -ml -m4-single-only -nostartfiles -Wl,-q,-T$(srcdir)/backends/platform/dc/plugin.x,--just-symbols,$(EXECUTABLE),--retain-symbols-file,$(srcdir)/backends/platform/dc/plugin.syms -L$(ronindir)/lib backends/platform/dc/plugin_head.o
+PLUGIN_LDFLAGS = -ml -m4-single-only -nostartfiles -Wl,-q,-T$(srcdir)/backends/platform/dc/plugin.x,--just-symbols,$(EXECUTABLE),--retain-symbols-file,$(srcdir)/backends/platform/dc/plugin.syms backends/platform/dc/plugin_head.o
PRE_OBJS_FLAGS := -Wl,--whole-archive
POST_OBJS_FLAGS := -Wl,--no-whole-archive
'