boost: do not select @BUILD_NLS, it affects the whole tree
authorFelix Fietkau <nbd@openwrt.org>
Wed, 20 Jan 2016 23:36:04 +0000 (00:36 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 20 Jan 2016 23:42:34 +0000 (00:42 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
libs/boost/Makefile

index 3c488ce710902a10dcdbfae868e72393d35a00d2..51e7bf49d307844e9bdb005bb73584b311d845b1 100644 (file)
@@ -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.