[Buildroot] [PATCH 1/1] package/softether: Fix iconv-related compile error

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 11 20:47:42 UTC 2015


Dear Bernd Kuhls,

On Wed, 11 Mar 2015 21:28:48 +0100, Bernd Kuhls wrote:

> -ifeq ($(BR2_ENABLE_LOCALE),)
> +ifneq ($(BR2_ENABLE_LOCALE)$(BR2_PACKAGE_LIBICONV),)

Just make this:

ifeq ($(BR2_PACKAGE_LIBICONV),y)

the softether Config.in file has:

	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE

so if there's no locale support, we're sure libiconv is selected in the
configuration.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list