[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.70,1.71

Max Horn fingolfin at users.sourceforge.net
Fri Sep 19 15:24:06 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv31922

Modified Files:
	Makefile.common 
Log Message:
one more linux+dynamic fix

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Makefile.common	19 Sep 2003 21:23:23 -0000	1.70
+++ Makefile.common	19 Sep 2003 22:20:53 -0000	1.71
@@ -54,6 +54,7 @@
 # Uncomment these for Linux
 CXXFLAGS += -fpic
 PLUGIN_LDFLAGS := -shared
+LDFLAGS += --export-dynamic
 LIBS += -ldl
 
 endif





More information about the Scummvm-git-logs mailing list