From 5cf5f0622bd7aca92cbbfeb20f4de6a402ec27ae Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 22 Jan 2013 00:04:47 +0200 Subject: [PATCH] Re: [PATCH] lib/Makefile.local: depend on libs we are linking with --- c0/7ec7bc80a5d10656ead25ff707df341da68cd7 | 104 ++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 c0/7ec7bc80a5d10656ead25ff707df341da68cd7 diff --git a/c0/7ec7bc80a5d10656ead25ff707df341da68cd7 b/c0/7ec7bc80a5d10656ead25ff707df341da68cd7 new file mode 100644 index 000000000..549fdf0ef --- /dev/null +++ b/c0/7ec7bc80a5d10656ead25ff707df341da68cd7 @@ -0,0 +1,104 @@ +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 F3F14431FAF + for ; Mon, 21 Jan 2013 14:04:52 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 4-v8umYHC4zt for ; + Mon, 21 Jan 2013 14:04:52 -0800 (PST) +Received: from mail-la0-f46.google.com (mail-la0-f46.google.com + [209.85.215.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 32FF7431FAE + for ; Mon, 21 Jan 2013 14:04:52 -0800 (PST) +Received: by mail-la0-f46.google.com with SMTP id fq12so4173109lab.5 + for ; Mon, 21 Jan 2013 14:04:50 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type:content-transfer-encoding + :x-gm-message-state; + bh=uCbpGWDmIToH+fdbzcmZkKn5m3HZt1uDLfD7QK0bKwA=; + b=TRoI2bMeELKzi57f+FUAC2C+1TZH+Nh+Pb/ZGWSzREBYn1zsxRKsSDxo8Cz7SoDWex + XWPWsiCUYUXGQGUu5L+ztFZhOVqm8x88uN2so3B0mmNIzlOq31IeEZ+GPNmdOsaJxKwF + mtBpeqTRYfiqzATwAwsqhP70ODGW/B3n4LWWtjGqs58cBGsVy0yqsG0JbjFD4Bk00Lo3 + Wc7BwT6kN+LtmUkQW2O005ZTIrnmxRPrEPGx8zUqQizMIdTX0bLcjCR/26Jq7rqL0WU1 + TNe2XpyX+HTrc6BNExJwo/tj2NP2oufnyuSze09ZmnRXMXxYpXmXlchhDwoYBNVX1JbT + rC0g== +X-Received: by 10.112.103.196 with SMTP id fy4mr2704271lbb.125.1358805889258; + Mon, 21 Jan 2013 14:04:49 -0800 (PST) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id f8sm6135759lbg.2.2013.01.21.14.04.46 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 21 Jan 2013 14:04:48 -0800 (PST) +From: Jani Nikula +To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= , + notmuch@notmuchmail.org +Subject: Re: [PATCH] lib/Makefile.local: depend on libs we are linking with +In-Reply-To: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name> +References: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name> +User-Agent: Notmuch/0.14+255~gff3cc55 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Tue, 22 Jan 2013 00:04:47 +0200 +Message-ID: <87sj5uqjk0.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-Gm-Message-State: + ALoCoQmDtxClODdzhMXn3XGHBr/O/z7DPC0Lvv7cE+DHU6kGEimJhBcYyWYKWhnwZs4xWNt2EyFV +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: Mon, 21 Jan 2013 22:04:53 -0000 + + +LGTM, and fixes the issue. + +On Mon, 21 Jan 2013, Amadeusz =C5=BBo=C5=82nowski wr= +ote: +> --- +> lib/Makefile.local | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> diff --git a/lib/Makefile.local b/lib/Makefile.local +> index 7785944..155ac02 100644 +> --- a/lib/Makefile.local +> +++ b/lib/Makefile.local +> @@ -73,7 +73,7 @@ libnotmuch_modules :=3D $(libnotmuch_c_srcs:.c=3D.o) $(= +libnotmuch_cxx_srcs:.cc=3D.o) +> $(dir)/libnotmuch.a: $(libnotmuch_modules) +> $(call quiet,AR) rcs $@ $^ +>=20=20 +> -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym +> +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a pars= +e-time-string/libparse-time-string.a +> $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_= +LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libpar= +se-time-string.a +>=20=20 +> notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules) +> --=20 +> 1.8.1.1 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2