projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a86bd
)
dnsmasq: fix build without NLS
author
Baruch Siach
<baruch@tkos.co.il>
Mon, 28 Aug 2017 17:56:35 +0000
(20:56 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 29 Aug 2017 20:59:54 +0000
(22:59 +0200)
dnsmasq i18n support requires NLS for the provided gettext utilities.
Locale support, OTOH, is not required.
Fixes:
http://autobuild.buildroot.net/results/d45/
d453aff1ce1f5e1d380bd7692a4a0565505027a3
/
http://autobuild.buildroot.net/results/fb7/
fb7844a239472eb48c18778aa7d515552ccfb4b9
/
http://autobuild.buildroot.net/results/d85/
d856ec3e6b28bd723176bb892a56dff5262a6b92
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dnsmasq/dnsmasq.mk
patch
|
blob
|
history
diff --git
a/package/dnsmasq/dnsmasq.mk
b/package/dnsmasq/dnsmasq.mk
index 00a59dac01134b8b47dbb54b4be60062c13cd6b0..63295ce41090757dab47a9c78a6dc3cc5fa85d9b 100644
(file)
--- a/
package/dnsmasq/dnsmasq.mk
+++ b/
package/dnsmasq/dnsmasq.mk
@@
-35,7
+35,7
@@
ifeq ($(BR2_PACKAGE_DNSMASQ_IDN),y)
DNSMASQ_DEPENDENCIES += libidn $(TARGET_NLS_DEPENDENCIES)
DNSMASQ_MAKE_OPTS += LIBS+=$(TARGET_NLS_LIBS)
DNSMASQ_COPTS += -DHAVE_IDN
-DNSMASQ_I18N = $(if $(BR2_
ENABLE_LOCALE
),-i18n)
+DNSMASQ_I18N = $(if $(BR2_
SYSTEM_ENABLE_NLS
),-i18n)
endif
ifeq ($(BR2_PACKAGE_DNSMASQ_CONNTRACK),y)