Sfoglia il codice sorgente

package/libnpth: add host variant

This is needed to support a host build of gnupg2.  It is not directly
selectable.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Ben Hutchings 1 anno fa
parent
commit
4574edef7f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      package/libnpth/libnpth.mk

+ 2 - 0
package/libnpth/libnpth.mk

@@ -13,5 +13,7 @@ LIBNPTH_INSTALL_STAGING = YES
 # 0001-Fix-INSERT_EXPOSE_RWLOCK_API-for-musl-C-library.patch
 # 0001-Fix-INSERT_EXPOSE_RWLOCK_API-for-musl-C-library.patch
 LIBNPTH_AUTORECONF = YES
 LIBNPTH_AUTORECONF = YES
 LIBNPTH_CONF_OPTS = --disable-tests
 LIBNPTH_CONF_OPTS = --disable-tests
+HOST_LIBNPTH_CONF_OPTS = --disable-tests
 
 
 $(eval $(autotools-package))
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))