[PATCH 2/5] go: set LDFLAGS, fix include directive
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 30 Apr 2012 19:55:41 +0000 (21:55 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:51 +0000 (09:46 -0800)
fb/a0b6748284323c837faa15f243362d4311cb06 [new file with mode: 0644]

diff --git a/fb/a0b6748284323c837faa15f243362d4311cb06 b/fb/a0b6748284323c837faa15f243362d4311cb06
new file mode 100644 (file)
index 0000000..ffa07f4
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <teythoon@jade-hamburg.de>\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 279BC429E47\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Apr 2012 12:56:43 -0700 (PDT)\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 C9BFOFjhAAoU for <notmuch@notmuchmail.org>;\r
+       Mon, 30 Apr 2012 12:56:42 -0700 (PDT)\r
+Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 26B4B431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Apr 2012 12:56:42 -0700 (PDT)\r
+Received: from mail.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by mail.cryptobitch.de (Postfix) with ESMTPSA id 79FCF584BAC\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Apr 2012 21:56:40 +0200 (CEST)\r
+Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
+       id F0E96DF2A7; Mon, 30 Apr 2012 21:56:39 +0200 (CEST)\r
+Received: from thinkbox.jade-hamburg.de (unknown [10.1.1.153])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested) (Authenticated sender: teythoon)\r
+       by mail.jade-hamburg.de (Postfix) with ESMTPSA id 63611DF2A2;\r
+       Mon, 30 Apr 2012 21:55:53 +0200 (CEST)\r
+Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77)\r
+       (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
+       id 1SOwhL-0003ym-QX; Mon, 30 Apr 2012 21:55:51 +0200\r
+From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/5] go: set LDFLAGS, fix include directive\r
+Date: Mon, 30 Apr 2012 21:55:41 +0200\r
+Message-Id:\r
+ <1335815744-15258-2-git-send-email-4winter@informatik.uni-hamburg.de>\r
+X-Mailer: git-send-email 1.7.10\r
+In-Reply-To:\r
+ <1335815744-15258-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
+References: <20120430195420.2528.48612@thinkbox.jade-hamburg.de>\r
+       <1335815744-15258-1-git-send-email-4winter@informatik.uni-hamburg.de>\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: Mon, 30 Apr 2012 19:56:43 -0000\r
+\r
+Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+---\r
+ bindings/go/src/notmuch/notmuch.go |    4 +++-\r
+ 1 file changed, 3 insertions(+), 1 deletion(-)\r
+\r
+diff --git a/bindings/go/src/notmuch/notmuch.go b/bindings/go/src/notmuch/notmuch.go\r
+index de9de23..524c956 100644\r
+--- a/bindings/go/src/notmuch/notmuch.go\r
++++ b/bindings/go/src/notmuch/notmuch.go\r
+@@ -3,10 +3,12 @@\r
+ package notmuch\r
\r
+ /*\r
++#cgo LDFLAGS: -lnotmuch\r
++\r
+ #include <stdlib.h>\r
+ #include <string.h>\r
+ #include <time.h>\r
+-#include "notmuch.h"\r
++#include <notmuch.h>\r
+ */\r
+ import "C"\r
+ import "unsafe"\r
+-- \r
+1.7.10\r
+\r