Revision: 19584 http://gar.svn.sourceforge.net/gar/?rev=19584&view=rev Author: cgrzemba Date: 2012-11-09 21:36:27 +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:32:42 UTC (rev 19583) +++ csw/mgar/pkg/svrcore/trunk/Makefile 2012-11-09 21:36:27 UTC (rev 19584) @@ -41,18 +41,18 @@ # includedir = $(prefix)/include/nspr CONFIGURE_ARGS = $(DIRPATHS) -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-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 += --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)) +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