[Scummvm-cvs-logs] SF.net SVN: scummvm:[55130] scummvm/trunk/configure

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Jan 6 01:43:37 CET 2011


Revision: 55130
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55130&view=rev
Author:   tdhs
Date:     2011-01-06 00:43:36 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
SWORD25: Update configure Script to set LUA platform configuration for linux*

This changes removes the tmpnam warning when building the Sword 2.5 engine.
This fix sets the top level define which is used by engines/sword25/util/lua/luaconf.h to configure the LUA interpreter build, but only for linux* targets. 
Other targets may need a similar fix.
Note : LUA_USE_POSIX is used in preference to LUA_USE_LINUX as this causes another warning associated with the dlopen usage.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2011-01-05 23:48:44 UTC (rev 55129)
+++ scummvm/trunk/configure	2011-01-06 00:43:36 UTC (rev 55130)
@@ -1564,6 +1564,7 @@
 			CXXFLAGS="$CXXFLAGS $(getconf LFS_CFLAGS 2>/dev/null)"
 		fi
 		_unix=yes
+		DEFINES="$DEFINES -DLUA_USE_POSIX"
 		;;
 	mingw*)
 		DEFINES="$DEFINES -DWIN32 -D__USE_MINGW_ANSI_STDIO=0"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list