mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/libgcrypt: 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>
This commit is contained in:
parent
fc8355c7f5
commit
e49102f934
@ -31,4 +31,10 @@ ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
LIBGCRYPT_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
|
||||
endif
|
||||
|
||||
HOST_LIBGCRYPT_DEPENDENCIES = host-libgpg-error
|
||||
HOST_LIBGCRYPT_CONF_OPTS = \
|
||||
--disable-tests \
|
||||
--with-gpg-error-prefix=$(HOST_DIR)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user