diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2022-01-03 21:10:50 +0300 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-06 23:21:20 +0100 |
commit | 9913c0899a8fb6bfbda33e7a1fd84f2fa6c3ddda (patch) | |
tree | 4852ed5746c72befe59047d5c9da26d1a7599407 /utils/rtty/Makefile | |
parent | 9a9f26796bdf4bd6ebe5a9aee9dcb2feee54780f (diff) |
rtty: add compatibility for wolfssl >= 5.0
NTRU support has been removed in wolfssl 5.0 so it is required to
mask NTRU specific code if wolfssl >= 5.0
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'utils/rtty/Makefile')
-rw-r--r-- | utils/rtty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index c471ff56b..cd6f34f33 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty PKG_VERSION:=8.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION) |