mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
gettext: do not get the libiconv dependency on the host
Fixes http://autobuild.buildroot.org/results/e47a439c7dd763c6abc02f77730838036472e828/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
22c4c4b949
commit
dce7be4d76
@ -11,6 +11,7 @@ GETTEXT_LICENSE = GPLv2+
|
|||||||
GETTEXT_LICENSE_FILES = COPYING
|
GETTEXT_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
GETTEXT_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
GETTEXT_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||||
|
HOST_GETTEXT_DEPENDENCIES = # we don't want the libiconv dependency
|
||||||
|
|
||||||
GETTEXT_CONF_OPT += \
|
GETTEXT_CONF_OPT += \
|
||||||
--disable-libasprintf \
|
--disable-libasprintf \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user