Bläddra i källkod

pulseaudio: fix for uClibc-ng builds

Waldemar Brodkorb 8 år sedan
förälder
incheckning
8457010354

+ 1 - 1
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

+ 3 - 2
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 <inttypes.h>
  #include <limits.h>
  
@@ -9,6 +9,7 @@
 +#endif
 +
 +#ifdef HAVE_SYS_USER_H
++#include <sys/types.h>
 +#include <sys/user.h>	/* required by _WORDIZE with musl */
 +#endif
 +