From 845701035431683a4130055894d5e7c5250d066d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Nov 2015 19:46:09 +0100 Subject: pulseaudio: fix for uClibc-ng builds --- package/pulseaudio/Makefile | 2 +- package/pulseaudio/patches/patch-src_pulsecore_sample-util_h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'package') diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 645be21c3..cffe80602 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pulseaudio PKG_VERSION:= 7.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9 PKG_DESCR:= sound system PKG_SECTION:= mm/audio diff --git a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h index 15b0996b8..a88e81653 100644 --- a/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h +++ b/package/pulseaudio/patches/patch-src_pulsecore_sample-util_h @@ -1,6 +1,6 @@ --- pulseaudio-7.1.orig/src/pulsecore/sample-util.h 2015-09-10 06:51:41.000000000 +0200 -+++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-01 18:52:13.000000000 +0100 -@@ -24,6 +24,14 @@ ++++ pulseaudio-7.1/src/pulsecore/sample-util.h 2015-11-04 14:44:43.000000000 +0100 +@@ -24,6 +24,15 @@ #include #include @@ -9,6 +9,7 @@ +#endif + +#ifdef HAVE_SYS_USER_H ++#include +#include /* required by _WORDIZE with musl */ +#endif + -- cgit v1.2.3