openocd: include nls.mk to fix build with full NLS support 1732/head
authorPaul Fertser <fercerpav@gmail.com>
Sat, 29 Aug 2015 11:35:22 +0000 (14:35 +0300)
committerPaul Fertser <fercerpav@gmail.com>
Sat, 29 Aug 2015 11:35:22 +0000 (14:35 +0300)
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 <fercerpav@gmail.com>
utils/openocd/Makefile

index 2d22e4d365f94fd02aeac2fdc2dd82a4e4826b2b..c72818c97bbd5b5e791d4720dbc84ed6c735901e 100644 (file)
@@ -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