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 8434B431FDD for ; Thu, 1 Jan 2015 04:17:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 hN0wyq-ta0bn for ; Thu, 1 Jan 2015 04:16:59 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 550BE431FC7 for ; Thu, 1 Jan 2015 04:16:59 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1Y6egR-00053K-O4 for notmuch@notmuchmail.org; Thu, 01 Jan 2015 08:16:55 -0400 Received: (nullmailer pid 28799 invoked by uid 1000); Thu, 01 Jan 2015 12:16:50 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Build and test ruby bindings Date: Thu, 1 Jan 2015 13:16:35 +0100 Message-Id: <1420114600-28396-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.3 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: Thu, 01 Jan 2015 12:17:02 -0000 This series collects some patches that were originally part of the "count API change" series, and adds a few fixups that are designed to help with building in MacOS and other non-Gnu places (although they haven't been tested there yet). [PATCH 1/5] build: integrate building ruby bindings into notmuch - obsoletes id:1419971380-10307-2-git-send-email-david@tethera.net [PATCH 2/5] build/ruby: make use of -Wl,--no-undefined configurable [PATCH 4/5] build/ruby: use notmuch configure script values for - These two obsolete (I think) id:1416170906-23415-1-git-send-email-ll-notmuchmail@lange.nom.fr [PATCH 5/5] test: add initial ruby tests This obsoletes id:1419971380-10307-4-git-send-email-david@tethera.net