Browse Source

disable for musl for now

Waldemar Brodkorb 11 years ago
parent
commit
7cf04e1ebf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/pulseaudio/Makefile

+ 3 - 0
package/pulseaudio/Makefile

@@ -18,12 +18,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 \