binutils: use nls.mk to fix libbfd link errors in other packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48422
This commit is contained in:
parent
1193dc4e05
commit
08e8175696
@ -26,13 +26,14 @@ PKG_LICENSE:=GPL-3.0+
|
|||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libbfd
|
define Package/libbfd
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=libbfd
|
TITLE:=libbfd
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libopcodes
|
define Package/libopcodes
|
||||||
|
Loading…
Reference in New Issue
Block a user