Update buildroot to 2021.02.2 (#1370)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user