SF.net SVN: gar:[22887] csw/mgar/pkg/libserf/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sat Jan 25 17:16:16 CET 2014


Revision: 22887
          http://sourceforge.net/p/gar/code/22887
Author:   chninkel
Date:     2014-01-25 16:16:14 +0000 (Sat, 25 Jan 2014)
Log Message:
-----------
libserf/trunk: rather pass GAR build options as scons arguments because environments variable are not taken into account

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

Modified: csw/mgar/pkg/libserf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libserf/trunk/Makefile	2014-01-25 16:05:24 UTC (rev 22886)
+++ csw/mgar/pkg/libserf/trunk/Makefile	2014-01-25 16:16:14 UTC (rev 22887)
@@ -59,9 +59,8 @@
 
 build-serf:
 	(cd $(WORKSRC); \
-		/usr/bin/env -i $(BUILD_ENV) \
 		scons \
-		$(SCONS_FLAGS) PREFIX=$(prefix) )
+		$(SCONS_FLAGS) LINKFLAGS="$(LD_OPTIONS)" CFLAGS="$(CFLAGS)" PREFIX=$(prefix) )
 	@$(MAKECOOKIE)
 
 install-serf:

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