package/libsecret: fix build with NLS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 1 Jul 2019 16:58:51 +0000 (18:58 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 4 Jul 2019 06:25:40 +0000 (08:25 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/1497d7c2485c4a107ab82c870d78744981efb6d3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsecret/libsecret.mk

index adc7c508dffef285d0c074e7b4b9d3f861296f99..f5879fbf4e997467bee745afc1a8c1cd4f4e96be 100644 (file)
@@ -9,7 +9,8 @@ LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).6
 LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION_MAJOR)
 LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz
 LIBSECRET_INSTALL_STAGING = YES
-LIBSECRET_DEPENDENCIES = libglib2 host-intltool
+LIBSECRET_DEPENDENCIES = libglib2 host-intltool $(TARGET_NLS_DEPENDENCIES)
+LIBSECRET_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
 LIBSECRET_CONF_OPTS = \
        --disable-manpages \
        --disable-strict \