diff mbox series

[2/6] package/libnpth: Add host package

Message ID 5fb8a22c378d48cecac5658a6685d1c007692053.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/libnpth/libnpth.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/libnpth/libnpth.mk b/package/libnpth/libnpth.mk
index ecfef863f4..5109bb53f9 100644
--- a/package/libnpth/libnpth.mk
+++ b/package/libnpth/libnpth.mk
@@ -12,3 +12,4 @@  LIBNPTH_LICENSE_FILES = COPYING.LIB
 LIBNPTH_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))