pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit ca2da3f315
)
This commit is contained in:
parent
ba0558e8a5
commit
3bdf75bd2d
2 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=pulseaudio
|
||||
PKG_VERSION:=13.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
|
||||
|
|
10
sound/pulseaudio/patches/020-openssl-deprecated.patch
Normal file
10
sound/pulseaudio/patches/020-openssl-deprecated.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/modules/raop/raop-crypto.c
|
||||
+++ b/src/modules/raop/raop-crypto.c
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/aes.h>
|
||||
#include <openssl/rsa.h>
|
||||
+#include <openssl/bn.h>
|
||||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
Loading…
Reference in a new issue