From fed2057a333fd390cd49f29e3b8c26c73d0309f1 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 5 Feb 2013 17:59:16 +0000
Subject: [PATCH] Added comment

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 0332da8a0..a3d8f418b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,9 @@ bsd_yassl:
 solaris:
 	$(CC) mongoose.c main.c -lnsl -lsocket -o $(PROG) $(CFLAGS)
 
+# For codesign to work in non-interactive mode, unlock login keychain:
+# security unlock ~/Library/Keychains/login.keychain
+# See e.g. http://lists.apple.com/archives/apple-cdsa/2008/Jan/msg00027.html
 cocoa:
 	$(CC) mongoose.c main.c build/lsqlite3.c build/sqlite3.c \
           -DUSE_COCOA $(CFLAGS) -I$(LUA) -Ibuild \
-- 
GitLab