diff mbox series

[1/6] package/libgpg-error: Add host package

Message ID baf799dacd2d518a6e274aa59c7659fe12b68834.1712957992.git.ben.hutchings@mind.be
State New
Headers show
Series Add host packages of gnupg2 and its dependencies | expand

Commit Message

Ben Hutchings April 12, 2024, 9:43 p.m. UTC
This is needed to support a host build of gnupg2.  It is not directly
selectable.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
---
 package/libgpg-error/libgpg-error.mk | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk
index 60e3da9de1..9c8233b492 100644
--- a/package/libgpg-error/libgpg-error.mk
+++ b/package/libgpg-error/libgpg-error.mk
@@ -19,6 +19,9 @@  LIBGPG_ERROR_CONF_OPTS = \
 	--enable-install-gpg-error-config \
 	--disable-tests \
 	--disable-languages
+HOST_LIBGPG_ERROR_CONF_OPTS = \
+	--enable-install-gpg-error-config \
+	--disable-languages
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
 LIBGPG_ERROR_CONF_OPTS += --enable-threads
@@ -27,3 +30,4 @@  LIBGPG_ERROR_CONF_OPTS += --disable-threads
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))