From: nbd Date: Wed, 20 Jan 2016 23:50:36 +0000 (+0000) Subject: binutils: use nls.mk to fix libbfd link errors in other packages X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=3afe4945a0862b47956817f585440cfc8406d771;hp=df5516e9d678b1f4d1b071e55d765860560b9716 binutils: use nls.mk to fix libbfd link errors in other packages Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48422 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile index 8e25a1e7ff..79f5dcc17a 100644 --- a/package/devel/binutils/Makefile +++ b/package/devel/binutils/Makefile @@ -26,13 +26,14 @@ PKG_LICENSE:=GPL-3.0+ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/package.mk define Package/libbfd SECTION:=libs CATEGORY:=Libraries TITLE:=libbfd - DEPENDS:=+zlib + DEPENDS:=+zlib $(ICONV_DEPENDS) $(INTL_DEPENDS) endef define Package/libopcodes