mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user