[Buildroot] [PATCH 1/1] package/cppcms: use correct cxxflags for icu support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jun 11 15:56:19 UTC 2017


Hello,

On Mon,  5 Jun 2017 18:53:46 +0200, Bernd Kuhls wrote:

>  ifeq ($(BR2_PACKAGE_CPPCMS_ICU),y)
>  CPPCMS_CONF_OPTS += -DDISABLE_ICONV=ON -DDISABLE_ICU_LOCALE=OFF
> +CPPCMS_CONF_OPTS += \
> +	-DCMAKE_CXX_FLAGS="$(TARGET_CXXFLAGS) `$(STAGING_DIR)/usr/bin/icu-config --cxxflags`"
>  CPPCMS_DEPENDENCIES += icu
>  else
>  CPPCMS_CONF_OPTS += -DDISABLE_ICONV=OFF -DDISABLE_ICU_LOCALE=ON

This patch doesn't apply. Git master doesn't have the
DISABLE_ICU_LOCALE=OFF / DISABLE_ICU_LOCALE=ON.

On which tree is this patch based? Is it based on other patches that
you haven't submitted?

Could you adjust this, and resubmit an updated version?

Thanks!

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



More information about the buildroot mailing list