projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1193dc4
)
binutils: use nls.mk to fix libbfd link errors in other packages
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 23:50:36 +0000
(23:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 23:50:36 +0000
(23:50 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48422
package/devel/binutils/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/binutils/Makefile
b/package/devel/binutils/Makefile
index 8e25a1e7ffc67cebf628f9818e2167f733c6e927..79f5dcc17a35355fd55ce438d4955ced36989eb5 100644
(file)
--- 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