diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-20 12:10:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-20 12:10:46 +0100 |
commit | 70da005e064b87561368ff7c94b620adccd50430 (patch) | |
tree | e0563839ffc658b2795366a35a208979c2b4d0de /package/pulseaudio | |
parent | 98bb4fd81aeb876160e32fbce742598df0eeafcd (diff) | |
parent | 5505e752efd2488253c910b6176cfdb047cfd904 (diff) |
eerge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pulseaudio')
-rw-r--r-- | package/pulseaudio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index a854714a1..f5f148927 100644 --- a/package/pulseaudio/Makefile +++ b/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 \ |