Revision: 27141 http://sourceforge.net/p/gar/code/27141 Author: jake_goerzen Date: 2025-01-09 17:27:16 +0000 (Thu, 09 Jan 2025) Log Message: ----------- boost/branches/boost-gcc: add CXXFLAGS to cmake build
Modified Paths: -------------- csw/mgar/pkg/boost/branches/boost-gcc/Makefile Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-08 03:54:38 UTC (rev 27140) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-09 17:27:16 UTC (rev 27141) @@ -65,7 +65,7 @@ BUILD_ARGS += --libdir=$(DESTDIR)$(libdir) BUILD_ARGS += link=shared BUILD_ARGS += cflags='$(CFLAGS)' -BUILD_ARGS += cxxflags=-std=c++11 +BUILD_ARGS += cxxflags='$(CXXFLAGS) -std=c++11' BUILD_ARGS += boost.locale.iconv=on BUILD_ARGS += -sICONV_PATH=/opt/csw BUILD_ARGS += linkflags='$(LDFLAGS) -B direct -z ignore' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.