Re: [PATCH] lib/Makefile.local: depend on libs we are linking with
[notmuch-archives.git] / 07 / 864717bde0c0253f91cd2f86299fd6ed9ada98
diff --git a/07/864717bde0c0253f91cd2f86299fd6ed9ada98 b/07/864717bde0c0253f91cd2f86299fd6ed9ada98
new file mode 100644 (file)
index 0000000..b21ab4d
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CCAC8431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 17:28:36 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id O38AQu4E324f for <notmuch@notmuchmail.org>;\r
+       Mon, 21 Jan 2013 17:28:35 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 97BED431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 17:28:35 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 454C7100086;\r
+       Tue, 22 Jan 2013 03:28:23 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jani Nikula <jani@nikula.org>, Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?=\r
+       <aidecoe@aidecoe.name>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] lib/Makefile.local: depend on libs we are linking with\r
+In-Reply-To: <87sj5uqjk0.fsf@nikula.org>\r
+References: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name>\r
+       <87sj5uqjk0.fsf@nikula.org>\r
+User-Agent: Notmuch/0.15+5~g6f527c2 (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Tue, 22 Jan 2013 03:28:22 +0200\r
+Message-ID: <m28v7matvt.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 22 Jan 2013 01:28:37 -0000\r
+\r
+On Tue, Jan 22 2013, Jani Nikula <jani@nikula.org> wrote:\r
+\r
+> LGTM, and fixes the issue.\r
+\r
+LGTM.\r
+\r
+Tomi\r
+\r
+>\r
+> On Mon, 21 Jan 2013, Amadeusz =C5=BBo=C5=82nowski <aidecoe@aidecoe.name> =\r
+wrote:\r
+>> ---\r
+>>  lib/Makefile.local | 2 +-\r
+>>  1 file changed, 1 insertion(+), 1 deletion(-)\r
+>>\r
+>> diff --git a/lib/Makefile.local b/lib/Makefile.local\r
+>> index 7785944..155ac02 100644\r
+>> --- a/lib/Makefile.local\r
+>> +++ b/lib/Makefile.local\r
+>> @@ -73,7 +73,7 @@ libnotmuch_modules :=3D $(libnotmuch_c_srcs:.c=3D.o) $=\r
+(libnotmuch_cxx_srcs:.cc=3D.o)\r
+>>  $(dir)/libnotmuch.a: $(libnotmuch_modules)\r
+>>     $(call quiet,AR) rcs $@ $^\r
+>>=20=20\r
+>> -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym\r
+>> +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a par=\r
+se-time-string/libparse-time-string.a\r
+>>     $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH=\r
+_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libpa=\r
+rse-time-string.a\r
+>>=20=20\r
+>>  notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)\r
+>> --=20\r
+>> 1.8.1.1\r