package/libgpg-error: enable host-variant

libgpg-error is needed by libassuan and libgpgme, the latter
being needed for skopeo (to come in a followup patch).

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Yann E. MORIN 2023-11-02 17:09:24 +01:00 committed by Thomas Petazzoni
parent cf8085cb6d
commit c2df2ee019

View File

@ -26,4 +26,10 @@ else
LIBGPG_ERROR_CONF_OPTS += --disable-threads
endif
HOST_LIBGPG_ERROR_CONF_OPTS = \
--enable-threads \
--enable-install-gpg-error-config \
--disable-tests
$(eval $(autotools-package))
$(eval $(host-autotools-package))