libmpdclient: fix static linking

Fixes:
 - http://autobuild.buildroot.net/results/45208e51814b777a5a133b0e345e800ee51d8a53

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2018-03-11 14:42:30 +01:00 committed by Peter Korsgaard
parent 0d56bb4f6f
commit be40c05dc5

View File

@ -16,6 +16,7 @@ LIBMPDCLIENT_DEPENDENCIES = host-meson
LIBMPDCLIENT_CONF_OPTS += \ LIBMPDCLIENT_CONF_OPTS += \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib \ --libdir=/usr/lib \
--default-library $(if $(BR2_STATIC_LIBS),static,shared) \
--buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \ --buildtype $(if $(BR2_ENABLE_DEBUG),debug,release) \
--cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf --cross-file $(HOST_DIR)/etc/meson/cross-compilation.conf