projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe7186
)
dnsmasq: idn support requires wchar
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Wed, 2 Feb 2011 12:22:24 +0000
(09:22 -0300)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 2 Feb 2011 21:29:03 +0000
(22:29 +0100)
IDN support requires wchar, otherwise libintl will fail to build.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dnsmasq/Config.in
patch
|
blob
|
history
diff --git
a/package/dnsmasq/Config.in
b/package/dnsmasq/Config.in
index a8d0d9a6ede5ce2ecd4693ba6aa1cb9366d93c8c..e9c4870af872daa9890baef0c96aaebc7a35563b 100644
(file)
--- a/
package/dnsmasq/Config.in
+++ b/
package/dnsmasq/Config.in
@@
-23,6
+23,7
@@
config BR2_PACKAGE_DNSMASQ_DHCP
config BR2_PACKAGE_DNSMASQ_IDN
bool "IDN support (BIG!)"
depends on BR2_PACKAGE_DNSMASQ
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBINTL
select BR2_PACKAGE_LIBIDN
help