mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
libgcrypt: bump to version 1.5.2
Also work around a build failure for ARM thumb mode which was also present in the previous versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1cb4f40a09
commit
e5dfb4de46
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
LIBGCRYPT_VERSION = 1.5.0
|
LIBGCRYPT_VERSION = 1.5.2
|
||||||
LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
|
LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
|
||||||
LIBGCRYPT_LICENSE = LGPLv2.1+
|
LIBGCRYPT_LICENSE = LGPLv2.1+
|
||||||
LIBGCRYPT_LICENSE_FILES = COPYING.LIB
|
LIBGCRYPT_LICENSE_FILES = COPYING.LIB
|
||||||
@ -19,6 +19,11 @@ LIBGCRYPT_CONF_OPT = \
|
|||||||
--disable-optimization \
|
--disable-optimization \
|
||||||
--with-gpg-error-prefix=$(STAGING_DIR)/usr
|
--with-gpg-error-prefix=$(STAGING_DIR)/usr
|
||||||
|
|
||||||
|
# Code doesn't build in thumb mode
|
||||||
|
ifeq ($(BR2_arm),y)
|
||||||
|
LIBGCRYPT_CONF_ENV += CFLAGS="$(patsubst -mthumb,,$(TARGET_CFLAGS))"
|
||||||
|
endif
|
||||||
|
|
||||||
# Tests use fork()
|
# Tests use fork()
|
||||||
define LIBGCRYPT_DISABLE_TESTS
|
define LIBGCRYPT_DISABLE_TESTS
|
||||||
$(SED) 's/ tests//' $(@D)/Makefile.in
|
$(SED) 's/ tests//' $(@D)/Makefile.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user