From: Paul Fertser Date: Sat, 29 Aug 2015 11:35:22 +0000 (+0300) Subject: openocd: include nls.mk to fix build with full NLS support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=608d71b26fdcfd2dabae5b2428bebcc401c13f79;p=feed%2Fpackages.git openocd: include nls.mk to fix build with full NLS support Since openocd depends on hidapi it needs appropriate LD_FLAGS to link against it as that library depends on libiconv. Signed-off-by: Paul Fertser --- diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index 2d22e4d365..c72818c97b 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -26,6 +26,7 @@ PKG_INSTALL:=1 PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/openocd SECTION:=utils