[csw-devel] SF.net SVN: gar:[4077] csw/mgar/pkg/lua/trunk/Makefile

wmeler at users.sourceforge.net wmeler at users.sourceforge.net
Mon Mar 30 15:32:59 CEST 2009


Revision: 4077
          http://gar.svn.sourceforge.net/gar/?rev=4077&view=rev
Author:   wmeler
Date:     2009-03-30 13:32:59 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
-KPIC flag

Modified Paths:
--------------
    csw/mgar/pkg/lua/trunk/Makefile

Modified: csw/mgar/pkg/lua/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lua/trunk/Makefile	2009-03-30 13:32:36 UTC (rev 4076)
+++ csw/mgar/pkg/lua/trunk/Makefile	2009-03-30 13:32:59 UTC (rev 4077)
@@ -24,7 +24,7 @@
 # Configuration flags
 CONFIGURE_SCRIPTS=
 
-BUILD_ARGS += solaris CC=$(CC) CFLAGS="-O -DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl"
+BUILD_ARGS += solaris CC=$(CC) CFLAGS="${CFLAGS} -DLUA_USE_POSIX -DLUA_USE_DLOPEN -KPIC" 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