package/libsoup: fix build with NLS

Fix build failure with NLS raised since bump to version 2.72.0 in commit
8e5f7f1cfc

Fixes:
 - http://autobuild.buildroot.org/results/1793753629d81476a3cd6fea40029cbd7de0206c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-06-09 23:04:48 +02:00 committed by Thomas Petazzoni
parent e509ddd44f
commit 50fc126b8e

View File

@ -19,7 +19,10 @@ LIBSOUP_DEPENDENCIES = \
libglib2 \
libpsl \
libxml2 \
sqlite
sqlite \
$(TARGET_NLS_DEPENDENCIES)
LIBSOUP_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
LIBSOUP_CONF_OPTS = \
-Dgssapi=disabled \