From patchwork Sat Jan 23 10:23:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 572077 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 47F07140A9A for ; Sat, 23 Jan 2016 21:23:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B6228BA77; Sat, 23 Jan 2016 10:23:53 +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 Cv1EVPxu37uE; Sat, 23 Jan 2016 10:23:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2EEE98B493; Sat, 23 Jan 2016 10:23:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5AD7C1C2196 for ; Sat, 23 Jan 2016 10:23:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 56743A5924 for ; Sat, 23 Jan 2016 10:23:52 +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 enfV80EqCHNx for ; Sat, 23 Jan 2016 10:23:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by fraxinus.osuosl.org (Postfix) with ESMTPS id EDFB7A58FA for ; Sat, 23 Jan 2016 10:23:50 +0000 (UTC) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout03.t-online.de (Postfix) with SMTP id EA07327540E for ; Sat, 23 Jan 2016 11:23:48 +0100 (CET) Received: from fli4l.lan.fli4l (E2+0FaZ1rheleFd8+COkuzawLiZJvvWppfvzk2ht6VJ6yiMkcXtG4FOwtctCjMCwkJ@[84.191.217.6]) by fwd18.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1aMvMB-2dDcq80; Sat, 23 Jan 2016 11:23:47 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:40416 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.86) (envelope-from ) id 1aMvMA-0003cu-Lk; Sat, 23 Jan 2016 11:23:47 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 23 Jan 2016 11:23:42 +0100 Message-Id: <1453544625-30597-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.7.0.rc3 X-ID: E2+0FaZ1rheleFd8+COkuzawLiZJvvWppfvzk2ht6VJ6yiMkcXtG4FOwtctCjMCwkJ X-TOI-MSGID: cfc4dcd3-0eb3-4c3c-b60e-61ccdc32399b Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/4] package/sqlite: Disable autoreconf X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Currently we have no patches for this package, compilation works without autoreconf. Signed-off-by: Bernd Kuhls --- package/sqlite/sqlite.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index bf31292..27dad12 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -11,9 +11,6 @@ SQLITE_LICENSE = Public domain SQLITE_LICENSE_FILES = tea/license.terms SQLITE_INSTALL_STAGING = YES -# Patching Makefile.am: -SQLITE_AUTORECONF = YES - ifeq ($(BR2_PACKAGE_SQLITE_STAT3),y) SQLITE_CFLAGS += -DSQLITE_ENABLE_STAT3 endif