summaryrefslogtreecommitdiff
path: root/package/pulseaudio
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-20 21:58:30 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-20 21:58:30 +0100
commit1a3b09a9daae7dc8e116900f2a45a5d6f0bd12f0 (patch)
tree944cd85a8aa8374a3753289eb9b9ba6a4b6cd2bf /package/pulseaudio
parent00b8e7c5d5b969d043f2380fe3769892c3376012 (diff)
parent573562745c1c063d2c2f7bc1254c290b64ec0110 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pulseaudio')
-rw-r--r--package/pulseaudio/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile
index ed807607b..be894b436 100644
--- a/package/pulseaudio/Makefile
+++ b/package/pulseaudio/Makefile
@@ -19,12 +19,15 @@ PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/
PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/
PKG_OPTS:= dev
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PULSEAUDIO,pulseaudio,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
CONFIGURE_ARGS+= --disable-systemd \
--disable-manpages \
--disable-neon-opt \