[csw-devel] SF.net SVN: gar:[3712] csw/mgar/pkg/lua/trunk/Makefile
wmeler at users.sourceforge.net
wmeler at users.sourceforge.net
Wed Mar 11 15:38:21 CET 2009
Revision: 3712
http://gar.svn.sourceforge.net/gar/?rev=3712&view=rev
Author: wmeler
Date: 2009-03-11 14:38:18 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
enable POSIX features in lua
Modified Paths:
--------------
csw/mgar/pkg/lua/trunk/Makefile
Modified: csw/mgar/pkg/lua/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lua/trunk/Makefile 2009-03-11 11:41:39 UTC (rev 3711)
+++ csw/mgar/pkg/lua/trunk/Makefile 2009-03-11 14:38:18 UTC (rev 3712)
@@ -23,7 +23,7 @@
# Configuration flags
CONFIGURE_SCRIPTS=
-BUILD_ARGS += solaris CC=$(CC) CFLAGS=-O
+BUILD_ARGS += solaris CC=$(CC) CFLAGS="-O -DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl"
INSTALL_ARGS += INSTALL=ginstall INSTALL_TOP=$(DESTDIR)$(prefix) INSTALL_MAN=$(DESTDIR)$(mandir)/man1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list