mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
pianod: fix mbedtls 3.6 compilation
Just a header is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pianod
|
PKG_NAME:=pianod
|
||||||
PKG_VERSION:=174.09
|
PKG_VERSION:=174.09
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://github.com/thess/pianod-sc/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/thess/pianod-sc/releases/download/$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
|||||||
10
sound/pianod/patches/010-mbedtls36.patch
Normal file
10
sound/pianod/patches/010-mbedtls36.patch
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
--- a/src/libwaitress/waitress.c
|
||||||
|
+++ b/src/libwaitress/waitress.c
|
||||||
|
@@ -46,6 +46,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
|
#if defined(USE_MBEDTLS)
|
||||||
|
|
||||||
|
+#include <mbedtls/compat-2.x.h>
|
||||||
|
#include <mbedtls/ssl.h>
|
||||||
|
#include <mbedtls/entropy.h>
|
||||||
|
#include <mbedtls/ctr_drbg.h>
|
||||||
Reference in New Issue
Block a user