git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c1d2fb8
)
bind: fix linking with full language support enabled
author
Michael Heimpold
<redacted>
Thu, 4 Mar 2021 21:41:01 +0000
(22:41 +0100)
committer
Michael Heimpold
<redacted>
Thu, 4 Mar 2021 21:42:11 +0000
(22:42 +0100)
After
d18692c
, we need to include nls.mk to setup correct
environment variables so that linking succeeds.
Signed-off-by: Michael Heimpold <redacted>
net/bind/Makefile
patch
|
blob
|
history
diff --git
a/net/bind/Makefile
b/net/bind/Makefile
index c9282861b47c60a02bd9e7219efee3269b9fbde3..44219e424ad112441f83b2b579317b5ff617283c 100644
(file)
--- a/
net/bind/Makefile
+++ b/
net/bind/Makefile
@@
-40,6
+40,7
@@
PKG_CONFIG_DEPENDS := \
PKG_BUILD_DEPENDS += BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/bind/Default
SECTION:=net
git clone https://git.99rst.org/PROJECT