From: Fabrice Fontaine Date: Tue, 17 Mar 2020 21:03:53 +0000 (+0100) Subject: package/polkit: fix build with NLS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c08a04e78eb64679482222dee5f7c2f777c54af;p=buildroot.git package/polkit: fix build with NLS Fixes: - http://autobuild.buildroot.org/results/258b734e14f8f31355eba1ddb734213bc3f29591 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk index efd788a05c..4e7cda943c 100644 --- a/package/polkit/polkit.mk +++ b/package/polkit/polkit.mk @@ -11,10 +11,13 @@ POLKIT_LICENSE_FILES = COPYING POLKIT_INSTALL_STAGING = YES -POLKIT_DEPENDENCIES = libglib2 host-intltool expat spidermonkey +POLKIT_DEPENDENCIES = \ + libglib2 host-intltool expat spidermonkey $(TARGET_NLS_DEPENDENCIES) # spidermonkey needs C++11 -POLKIT_CONF_ENV = CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11" +POLKIT_CONF_ENV = \ + CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11" \ + LIBS=$(TARGET_NLS_LIBS) POLKIT_CONF_OPTS = \ --with-os-type=unknown \