mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/wolfssl: bump version to 4.3.0
Update to the latest upstream release https://www.wolfssl.com/docs/wolfssl-changelog/ This unfortunetaly introduced some unused parameter warnings, so disable the warning via CFLAGS.
This commit is contained in:
parent
1506ed3d22
commit
e6bc8d773e
@ -1,6 +1,6 @@
|
||||
PKG_NAME=wolfssl
|
||||
PKG_URL=https://github.com/wolfssl/wolfssl.git
|
||||
PKG_VERSION=eaeaaf12c11dd52ab0cd6833252ed559656e9826 # v4.1.0+
|
||||
PKG_VERSION=3f13b49fa318fbd3216d7da36d942e7c276d3413 # v4.3.0
|
||||
PKG_LICENSE=GPLv2
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
@ -1,3 +1,4 @@
|
||||
CFLAGS += -Wno-unused-parameter -Wno-unused
|
||||
CFLAGS += -DWOLFSSL_USER_SETTINGS=1
|
||||
CFLAGS += -DWOLFSSL_RIOT_OS=1
|
||||
INCLUDES += -I$(PKGDIRBASE)/../../../
|
||||
|
Loading…
Reference in New Issue
Block a user