mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
4574edef7f
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>
20 lines
622 B
Makefile
20 lines
622 B
Makefile
################################################################################
|
|
#
|
|
# libnpth
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPTH_VERSION = 1.7
|
|
LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2
|
|
LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth
|
|
LIBNPTH_LICENSE = LGPL-2.0+
|
|
LIBNPTH_LICENSE_FILES = COPYING.LIB
|
|
LIBNPTH_INSTALL_STAGING = YES
|
|
# 0001-Fix-INSERT_EXPOSE_RWLOCK_API-for-musl-C-library.patch
|
|
LIBNPTH_AUTORECONF = YES
|
|
LIBNPTH_CONF_OPTS = --disable-tests
|
|
HOST_LIBNPTH_CONF_OPTS = --disable-tests
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|