mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/relic: bump to current master (e3f82e36 from 08.11.21)
This commit is contained in:
parent
358abcf133
commit
7151992b5c
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME=relic
|
PKG_NAME=relic
|
||||||
PKG_URL=https://github.com/relic-toolkit/relic.git
|
PKG_URL=https://github.com/relic-toolkit/relic.git
|
||||||
PKG_VERSION=0b0442a8218df8d309266923f2dd5b9ae3b318ce
|
PKG_VERSION=e3f82e36250b228f3b4646781f6e06a8be497d18
|
||||||
PKG_LICENSE=LGPL-2.1
|
PKG_LICENSE=LGPL-2.1
|
||||||
|
|
||||||
PKG_CUSTOM_PREPARED = $(BINDIR)/pkg-build/$(PKG_NAME)/include
|
PKG_CUSTOM_PREPARED = $(BINDIR)/pkg-build/$(PKG_NAME)/include
|
||||||
@ -11,7 +11,9 @@ include $(RIOTBASE)/pkg/pkg.mk
|
|||||||
|
|
||||||
CMAKE_MINIMAL_VERSION = 3.6.0
|
CMAKE_MINIMAL_VERSION = 3.6.0
|
||||||
|
|
||||||
CFLAGS += -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-function -Wno-newline-eof
|
CFLAGS += -Wno-unused-function -Wno-old-style-definition -Wno-unused-parameter \
|
||||||
|
-Wno-pedantic -Wno-array-parameter -Wno-unused-but-set-variable \
|
||||||
|
-Wno-stringop-overflow
|
||||||
|
|
||||||
TOOLCHAIN_FILE = $(PKG_SOURCE_DIR)/xcompile-toolchain.cmake
|
TOOLCHAIN_FILE = $(PKG_SOURCE_DIR)/xcompile-toolchain.cmake
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user