Revision: 19583 http://gar.svn.sourceforge.net/gar/?rev=19583&view=rev Author: cgrzemba Date: 2012-11-09 21:32:42 +0000 (Fri, 09 Nov 2012) Log Message: ----------- svrcore/trunk: make some fixes in configure args
Modified Paths: -------------- csw/mgar/pkg/svrcore/trunk/Makefile Modified: csw/mgar/pkg/svrcore/trunk/Makefile =================================================================== --- csw/mgar/pkg/svrcore/trunk/Makefile 2012-11-09 21:17:42 UTC (rev 19582) +++ csw/mgar/pkg/svrcore/trunk/Makefile 2012-11-09 21:32:42 UTC (rev 19583) @@ -41,18 +41,17 @@ # includedir = $(prefix)/include/nspr CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS_isa-sparcv9 = --enable-64bit -CONFIGURE_ARGS_isa-amd64 = --enable-64bit -CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MODULATION)) +CONFIGURE_ARGS_64 = --enable-64bit +CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MEMORYMODEL)) CONFIGURE_ARGS_OPT += --enable-optimize="-xO3" CONFIGURE_ARGS_OPT += --disable-debug CONFIGURE_ARGS_OPT += --enable-strip CONFIGURE_ARGS_DBG += --enable-debug CONFIGURE_ARGS_DBG += --disable-strip -CONFIGURE_ARGS_OPT += --with-nss-inc=$(includedir)/nss -CONFIGURE_ARGS_OPT += --with-nss-lib=$(libdir) -CONFIGURE_ARGS_OPT += --with-nspr-inc=$(includedir)/nspr -CONFIGURE_ARGS_OPT += --with-nspr-lib=/$(libdir) +CONFIGURE_ARGS += --with-nss-inc=$(includedir)/nss +CONFIGURE_ARGS += --with-nss-lib=$(libdir) +CONFIGURE_ARGS += --with-nspr-inc=$(includedir)/nspr +CONFIGURE_ARGS += --with-nspr-lib=/$(libdir) CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR)) BUILD64_LIBS_ONLY = 1 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