From: Rosen Penev Date: Wed, 8 May 2024 21:28:56 +0000 (-0700) Subject: pianod: fix mbedtls 3.6 compilation X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=90374cfcbc7ac466e62916388a2853c3329f1d0d;p=openwrt-packages.git pianod: fix mbedtls 3.6 compilation Just a header is needed. Signed-off-by: Rosen Penev --- diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile index d0a605478..528dc8d5a 100644 --- a/sound/pianod/Makefile +++ b/sound/pianod/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pianod 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:=$(PKG_NAME)-$(PKG_VERSION).tar.xz diff --git a/sound/pianod/patches/010-mbedtls36.patch b/sound/pianod/patches/010-mbedtls36.patch new file mode 100644 index 000000000..4488bf249 --- /dev/null +++ b/sound/pianod/patches/010-mbedtls36.patch @@ -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 + #include + #include + #include