From: Felix Fietkau Date: Wed, 20 Jan 2016 23:36:04 +0000 (+0100) Subject: boost: do not select @BUILD_NLS, it affects the whole tree X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=599f289585e61db72ab1d79404f507cc28e9d6ee;p=feed%2Fpackages.git boost: do not select @BUILD_NLS, it affects the whole tree Signed-off-by: Felix Fietkau --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 3c488ce710..51e7bf49d3 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -288,7 +288,7 @@ $(eval $(call DefineBoostLibrary,date_time,,)) $(eval $(call DefineBoostLibrary,filesystem,system,)) $(eval $(call DefineBoostLibrary,graph,regex,)) $(eval $(call DefineBoostLibrary,iostreams,,+PACKAGE_boost-iostreams:zlib)) -$(eval $(call DefineBoostLibrary,locale,system,$(ICONV_DEPENDS) +@BUILD_NLS)) +$(eval $(call DefineBoostLibrary,locale,system,$(ICONV_DEPENDS) @BUILD_NLS)) $(eval $(call DefineBoostLibrary,log,system chrono date_time thread filesystem regex,)) $(eval $(call DefineBoostLibrary,math,,)) #$(eval $(call DefineBoostLibrary,mpi,,)) # OpenMPI does no exist in OpenWRT at this time.