From d79d003d2d7462f64b7a6f0cc8a00621d4d3abe4 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:18:19 +0200 Subject: [PATCH] alsa-lib: disable autoreconf --- packages/audio/alsa-lib/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/alsa-lib/package.mk b/packages/audio/alsa-lib/package.mk index 5cf3c6ac8c..01bfd3ec2f 100644 --- a/packages/audio/alsa-lib/package.mk +++ b/packages/audio/alsa-lib/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="alsa-lib: Advanced Linux Sound Architecture library" PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" if [ "$DEBUG" = yes ]; then ALSA_DEBUG=--with-debug