Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5CB504196F5 for ; Sat, 5 Jun 2010 04:05:37 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OAHlnSlnv-6B for ; Sat, 5 Jun 2010 04:05:26 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by olra.theworths.org (Postfix) with ESMTP id E9523431FC1 for ; Sat, 5 Jun 2010 04:05:25 -0700 (PDT) Received: by fxm4 with SMTP id 4so281517fxm.26 for ; Sat, 05 Jun 2010 04:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=zfQx8ysvICHv55s6u2F9dkpS+RW3chZPneON76vlQZA=; b=GYrn3MVC3Ey/ZZBUSAQh9CQCwvPgvXwdTlvxOPSefNL0FSB7L1cWUDlpvEU0vicY4J 4ByV+LZQYAQtvRfBi6lxBwi5tn9S12CQyP3NKqySxHHN3Askax/25CKUTV9KmPhpEVTD fxsg5uhg6bKPUaOFHa/v7SkDEFYUNSGZq4BO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=cWdweW/iBCo40VODvk49WpPmjEZwSBoU4eUmOdUn4ktiQJfnIL9wiBiterxUUNSCuc QDlqcrmR2hJNeHR9eVwLX/HfL4xq/u0+Hm0mKv+X0l1L7w2cpLGgjsytW6FTdLVIzuoz NYwH2zDBEkbm4Ti/JV0IAl5WhKWBip//v+BNw= Received: by 10.204.6.12 with SMTP id 12mr4853678bkx.171.1275735924275; Sat, 05 Jun 2010 04:05:24 -0700 (PDT) Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80]) by mx.google.com with ESMTPS id z17sm9563074bkx.12.2010.06.05.04.05.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 05 Jun 2010 04:05:23 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/3] build fixes Date: Sat, 5 Jun 2010 14:05:12 +0300 Message-Id: <1275735915-22650-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.7.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 11:05:37 -0000 Hi, The important one is #2, which allows to build on Fedora 13. Felipe Contreras (3): configure: check platform beforehand build: fix DSO dependencies configure: optimize uname finding a bit Makefile.local | 3 -- configure | 74 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 40 deletions(-)