[Buildroot] musl/gettext issue

Peter Korsgaard peter at korsgaard.com
Sun Oct 4 09:30:57 UTC 2015


>>>>> "Arnout" == Arnout Vandecappelle <arnout at mind.be> writes:

Hi,

 >  Another option is that we add a different flag to indicate the dependency on
 > libintl:

 > config BR2_PACKAGE_GETTEXT_WITH_LIBINTL
 > 	bool
 > 	default y
 > 	depends on BR2_PACKAGE_GETTEXT
 > 	depends on BR2_STATIC_LIBS
 > 	depends on !BR2_TOOLCHAIN_USES_GLIBC


 >  HTTPING_LDFLAGS = $(TARGET_LDFLAGS) \
 >         $(if $(BR2_PACKAGE_GETTEXT_WITH_LIBINTL),-lintl) \


 >  There's just about 30 packages that ned to be adapted.

Yes, I guess that's the best solution.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list