Browse Source

boost: do not select @BUILD_NLS, it affects the whole tree

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 9 years ago
parent
commit
599f289585
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/boost/Makefile

+ 1
- 1
libs/boost/Makefile View File

@@ -288,7 +288,7 @@ $(eval $(call DefineBoostLibrary,date_time,,))
288 288
 $(eval $(call DefineBoostLibrary,filesystem,system,))
289 289
 $(eval $(call DefineBoostLibrary,graph,regex,))
290 290
 $(eval $(call DefineBoostLibrary,iostreams,,+PACKAGE_boost-iostreams:zlib))
291
-$(eval $(call DefineBoostLibrary,locale,system,$(ICONV_DEPENDS) +@BUILD_NLS))
291
+$(eval $(call DefineBoostLibrary,locale,system,$(ICONV_DEPENDS) @BUILD_NLS))
292 292
 $(eval $(call DefineBoostLibrary,log,system chrono date_time thread filesystem regex,))
293 293
 $(eval $(call DefineBoostLibrary,math,,))
294 294
 #$(eval $(call DefineBoostLibrary,mpi,,)) # OpenMPI does no exist in OpenWRT at this time.