Revision: 27140 http://sourceforge.net/p/gar/code/27140 Author: jake_goerzen Date: 2025-01-08 03:54:38 +0000 (Wed, 08 Jan 2025) Log Message: ----------- boost/branches/boost-gcc: add LDFLAGS to build recipe as well ass -B direct -z ignore
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 2024-12-25 23:39:07 UTC (rev 27139) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-08 03:54:38 UTC (rev 27140) @@ -68,7 +68,7 @@ BUILD_ARGS += cxxflags=-std=c++11 BUILD_ARGS += boost.locale.iconv=on BUILD_ARGS += -sICONV_PATH=/opt/csw -#BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' +BUILD_ARGS += linkflags='$(LDFLAGS) -B direct -z ignore' # Stop on the first error BUILD_ARGS += -q # Display commands as you run them, I want to know what you are doing there This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.