From: Felix Fietkau 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: http://git.ozo.com/?a=commitdiff_plain;h=e3d6d5234e999d437095019734a1f6d7a3f1e95b;hp=620307b6242704662caed7296ba1185eb77fd09a;p=openwrt-github%2F.git 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