Author: lisu Date: Mon Nov 8 13:53:46 2010 GMT Module: packages Tag: HEAD ---- Log message: - use lua51 libs
---- Files affected: packages/tolua++: tolua++-lua51.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/tolua++/tolua++-lua51.patch diff -u /dev/null packages/tolua++/tolua++-lua51.patch:1.1 --- /dev/null Mon Nov 8 14:53:46 2010 +++ packages/tolua++/tolua++-lua51.patch Mon Nov 8 14:53:41 2010 @@ -0,0 +1,22 @@ +--- tolua++-1.0.93/config_linux.py~ 2005-11-30 23:31:27.000000000 +0100 ++++ tolua++-1.0.93/config_linux.py 2010-11-08 14:34:33.795188003 +0100 +@@ -4,7 +4,7 @@ + + # Compiler flags (based on Debian's installation of lua) + #LINKFLAGS = ['-g'] +-CCFLAGS = ['-I/usr/include/lua50', '-O2', '-ansi', '-Wall'] ++CCFLAGS = ['-I/usr/include/lua51', '-O2', '-ansi', '-Wall'] + #CCFLAGS = ['-I/usr/include/lua50', '-g'] + + # this is the default directory for installation. Files will be installed on +@@ -15,8 +15,8 @@ + # + # You can see more 'generic' options for POSIX systems on config_posix.py + +-prefix = '/usr/local' ++prefix = '/usr' + + # libraries (based on Debian's installation of lua) +-LIBS = ['lua50', 'lualib50', 'dl', 'm'] ++LIBS = ['lua51', 'dl', 'm'] + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
