Browse Source

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 <fercerpav@gmail.com>
lilik-openwrt-22.03
Paul Fertser 9 years ago
parent
commit
608d71b26f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/openocd/Makefile

+ 1
- 0
utils/openocd/Makefile View 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


Loading…
Cancel
Save