[Buildroot] [PATCH] nano: needs wchar

Peter Korsgaard jacmet at uclibc.org
Mon Oct 28 09:04:36 UTC 2013


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/317/3177b7d6168eec0620e4a1ade9166c9c84929e6e/

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 > ---
 >  package/nano/Config.in | 1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/nano/Config.in b/package/nano/Config.in
 > index 9546fe7..80a3304 100644
 > --- a/package/nano/Config.in
 > +++ b/package/nano/Config.in
 > @@ -1,5 +1,6 @@
 >  config BR2_PACKAGE_NANO
 >  	bool "nano"
 > +	depends on BR2_USE_WCHAR
 >  	# full version uses fork()
 >  	select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
 >  	select BR2_PACKAGE_NCURSES

You forgot the comment when not available. Committed with that fixed,
thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list