diff options
author | Paul Fertser <fercerpav@gmail.com> | 2015-08-29 14:35:22 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2015-08-29 14:35:22 +0300 |
commit | 608d71b26fdcfd2dabae5b2428bebcc401c13f79 (patch) | |
tree | 48b2df90fefaa04cf15fd1b3c58395d2f49f9069 /utils/openocd | |
parent | 1ad3d0aab11abb214342bbec4679ea365f8b0735 (diff) |
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>
Diffstat (limited to 'utils/openocd')
-rw-r--r-- | utils/openocd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index 2d22e4d36..c72818c97 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 |