Update buildroot to 2021.02.2 (#1370)

This commit is contained in:
Stefan Agner
2021-05-19 22:20:50 +02:00
committed by GitHub
parent 111018b911
commit c1c6a6ce21
247 changed files with 1386 additions and 1257 deletions

View File

@@ -8,4 +8,4 @@ config BR2_PACKAGE_LIBTOMCRYPT
functions, chaining modes, pseudo-random number generators,
public key cryptography and a plethora of other routines.
http://www.libtom.net
https://www.libtom.net

View File

@@ -19,6 +19,10 @@ LIBTOMCRYPT_IGNORE_CVES += CVE-2019-17362
LIBTOMCRYPT_CFLAGS = -I./src/headers $(TARGET_CFLAGS) -DLTC_SOURCE -DLTM_DESC
ifeq ($(BR2_STATIC_LIBS),)
LIBTOMCRYPT_CFLAGS += -fPIC
endif
define LIBTOMCRYPT_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) CFLAGS="$(LIBTOMCRYPT_CFLAGS)"
endef