summaryrefslogtreecommitdiff
path: root/package/pulseaudio/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:35:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-10 22:38:23 +0200
commit7932f25828c9a597ed3b748a61ed0659c3e00360 (patch)
tree8384f872fb5ba8112c63596012084dc8a4587456 /package/pulseaudio/Makefile
parentfdb417157b81119b5d5a3ed4a11335201f3547e5 (diff)
pulseaudio: need autoreconf
Diffstat (limited to 'package/pulseaudio/Makefile')
-rw-r--r--package/pulseaudio/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile
index 3593bee57..68030d227 100644
--- a/package/pulseaudio/Makefile
+++ b/package/pulseaudio/Makefile
@@ -25,6 +25,9 @@ $(eval $(call PKG_template,PULSEAUDIO,pulseaudio,$(PKG_VERSION)-${PKG_RELEASE},$
TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
+# use libtool from host directory
+AUTOTOOL_STYLE:= autoreconf
+
ifeq ($(ADK_TARGET_ARCH_ARM_WITH_NEON),y)
CONFIGURE_ARGS+= --enable-neon-opt
else