[Scummvm-cvs-logs] scummvm master -> 09ba2ad438d1316792861b25e68e19594eb26c7f

fingolfin max at quendi.de
Thu May 26 13:35:51 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
09ba2ad438 DC: Don't set a lib search path for plugins


Commit: 09ba2ad438d1316792861b25e68e19594eb26c7f
    https://github.com/scummvm/scummvm/commit/09ba2ad438d1316792861b25e68e19594eb26c7f
Author: Max Horn (max at quendi.de)
Date: 2011-05-26T04:31:17-07:00

Commit Message:
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.

Changed paths:
    configure



diff --git a/configure b/configure
index 9073232..00679c9 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
 '






More information about the Scummvm-git-logs mailing list