From patchwork Sun May 5 13:51:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 241512 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C99E72C00C5 for ; Sun, 5 May 2013 23:51:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2C2CE101D88; Sun, 5 May 2013 13:51:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dQC63swDfG9u; Sun, 5 May 2013 13:51:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 46348101B0B; Sun, 5 May 2013 13:51:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 174CF8F75E for ; Sun, 5 May 2013 13:51:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6ADDD8AA60 for ; Sun, 5 May 2013 13:51:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sSPVWfe3Molt for ; Sun, 5 May 2013 13:51:26 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 575988AA8C for ; Sun, 5 May 2013 13:51:25 +0000 (UTC) Received: from asgard (host147.190-138-228.telecom.net.ar [190.138.228.147]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r45DpJMZ028097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 5 May 2013 13:51:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1367761883; bh=ncUbXT0Xu+7wnyQktxAupDKoqeclVY8xJn8ec6vNUeE=; h=From:To:Cc:Subject:Date; b=NuyMj21+Tgth4CzNOvyffM75fb+1kLFok/JdAAIcwqBxmG1A6Zl/UFY5VTQA8BfVD iQg0aK8rH9R7ASkY398/9Sc03myzFt/yu6cmFvLsw+EXV9V6G5yqcgIBd9CuLxxQuu xSYhRpeDegmkfrMVQ2IsV6urd/TVk9KTmnGR8k9A= Received: by asgard (sSMTP sendmail emulation); Sun, 05 May 2013 10:51:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 5 May 2013 10:51:17 -0300 Message-Id: <1367761877-20061-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] audiofile: regenerate configure to fix issues X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Audiofile's shipped configure script is outdated so regenerate to fix issues like: http://autobuild.buildroot.net/results/659fd28b0a3fa15ecd1b32e8a08dd441465459c1/ Signed-off-by: Gustavo Zacarias --- package/audiofile/audiofile.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk index 51173e6..e49106e 100644 --- a/package/audiofile/audiofile.mk +++ b/package/audiofile/audiofile.mk @@ -10,6 +10,8 @@ AUDIOFILE_INSTALL_STAGING = YES AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99' AUDIOFILE_CONF_OPT = --disable-examples --disable-docs AUDIOFILE_DEPENDENCIES = host-pkgconf +# configure is outdated and has old bugs because of it +AUDIOFILE_AUTORECONF = YES AUDIOFILE_LICENSE = GPLv2+ LGPLv2.1+ AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL