Revision: 17445 http://gar.svn.sourceforge.net/gar/?rev=17445&view=rev Author: wahwah Date: 2012-03-18 15:14:06 +0000 (Sun, 18 Mar 2012) Log Message: ----------- mongodb/trunk: building it with V8
Modified Paths: -------------- csw/mgar/pkg/mongodb/trunk/Makefile Modified: csw/mgar/pkg/mongodb/trunk/Makefile =================================================================== --- csw/mgar/pkg/mongodb/trunk/Makefile 2012-03-18 13:19:57 UTC (rev 17444) +++ csw/mgar/pkg/mongodb/trunk/Makefile 2012-03-18 15:14:06 UTC (rev 17445) @@ -34,11 +34,15 @@ EXTRA_RUNPATH_DIRS = $(prefix)/gxx/lib +# It is also possible to build MongoDB with SpiderMonkey. +# BUILD_DEP_PKGS += CSWlibjs-dev +# RUNTIME_DEP_PKGS_CSWmongodb += CSWlibjs1-7-0 + BUILD_DEP_PKGS += CSWboost-gcc-dev BUILD_DEP_PKGS += CSWgcc4g++ -BUILD_DEP_PKGS += CSWlibjs-dev BUILD_DEP_PKGS += CSWlibpcap-dev BUILD_DEP_PKGS += CSWlibpcre-gxx-dev +BUILD_DEP_PKGS += CSWlibv8-dev BUILD_DEP_PKGS += CSWscons BUILD_DEP_PKGS += CSWsnappy-gxx-dev @@ -48,6 +52,7 @@ SCONS_FLAGS += --use-system-all SCONS_FLAGS += --extralib=rt,pcre SCONS_FLAGS += --release all +SCONS_FLAGS += --usev8 SCONS_ENV = LIBPATH=$(prefix)/gxx/lib @@ -56,7 +61,7 @@ RUNTIME_DEP_PKGS_CSWmongodb += CSWlibboost-system1-49-0-gxx RUNTIME_DEP_PKGS_CSWmongodb += CSWlibboost-thread1-49-0-gxx RUNTIME_DEP_PKGS_CSWmongodb += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWmongodb += CSWlibjs1-7-0 +RUNTIME_DEP_PKGS_CSWmongodb += CSWlibv8-0-2012-03 RUNTIME_DEP_PKGS_CSWmongodb += CSWlibpcap1 RUNTIME_DEP_PKGS_CSWmongodb += CSWlibpcre1-gxx RUNTIME_DEP_PKGS_CSWmongodb += CSWlibpcrecpp0-gxx This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel