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 4EAB740D149 for ; Fri, 29 Oct 2010 16:17:06 -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, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=unavailable 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 cSEq6O0pSC+a for ; Fri, 29 Oct 2010 16:17:06 -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 8094740D157 for ; Fri, 29 Oct 2010 16:16:57 -0700 (PDT) Received: by fxm6 with SMTP id 6so3893367fxm.26 for ; Fri, 29 Oct 2010 16:16:54 -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=Y+EQOFOWXLblTbhjSn/ADr0kEklP/Nh+7B1s4D0JzCU=; b=ue8GVrTqFIpWgq4lViQfrU9hU1rjmUXyJyqmMHNHT5/ushsTFhFtWwKA/jI7Ii1viJ GaVqxA4cAJG86CyW+ZFyW96aWICFTpOUXpdZLEJ+d2ZFi/yxYnsfCXcW8D/BrK/Bq63W xk3e1U3w2B01vBwFmxAyK+mzsmXR2V7N909ZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=fV5EjINR4McWwfHyV31tgsyk+nUdrnH7GjIdQc62jFjr5Y3kypX7DqvHjn0twev8NX cZbq/GX+4h1YWHiDTNVxUnE+LFofDDYj/+jQt05J/JkS2tdokaGod5giPOXqAj+DscB+ ba2oMvTjTsbk73HB7NPHHhHDxRB+M9FzuQACs= Received: by 10.223.103.14 with SMTP id i14mr6140811fao.28.1288394214620; Fri, 29 Oct 2010 16:16:54 -0700 (PDT) Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80]) by mx.google.com with ESMTPS id m8sm1306374faj.11.2010.10.29.16.16.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Oct 2010 16:16:53 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/2] build fixes Date: Sat, 30 Oct 2010 02:16:45 +0300 Message-Id: <1288394207-10223-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.7.3.2.2.g0dc5c 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: Fri, 29 Oct 2010 23:17:06 -0000 Hi, Here are a couple of build fixes. One is required to build on Fedora 13, the other is just nice (at least gets rid of some debian lintian warnings). Carl Worth (1): build: fix DSO dependencies Felipe Contreras (1): build: only link to what we really use Makefile.local | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) -- 1.7.3.2.2.g0dc5c