mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/openvmtools: fix build with NLS
Fixes: - http://autobuild.buildroot.org/results/e0e7ed448df8bdd6cb13a0989d7a6c7dbaa5bc4e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fa8877fb02
commit
6b4581e7b3
@ -17,8 +17,14 @@ OPENVMTOOLS_CONF_OPTS = --with-dnet \
|
|||||||
--without-icu --without-x --without-gtk2 \
|
--without-icu --without-x --without-gtk2 \
|
||||||
--without-gtkmm --without-kernel-modules \
|
--without-gtkmm --without-kernel-modules \
|
||||||
--disable-deploypkg --without-xerces
|
--disable-deploypkg --without-xerces
|
||||||
OPENVMTOOLS_CONF_ENV += CUSTOM_DNET_CPPFLAGS=" "
|
OPENVMTOOLS_CONF_ENV += \
|
||||||
OPENVMTOOLS_DEPENDENCIES = host-nfs-utils libglib2 libdnet
|
CUSTOM_DNET_CPPFLAGS=" " \
|
||||||
|
LIBS=$(TARGET_NLS_LIBS)
|
||||||
|
OPENVMTOOLS_DEPENDENCIES = \
|
||||||
|
host-nfs-utils \
|
||||||
|
libglib2 \
|
||||||
|
libdnet \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
|
ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
|
||||||
OPENVMTOOLS_DEPENDENCIES += libtirpc
|
OPENVMTOOLS_DEPENDENCIES += libtirpc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user