From: Carl Worth Date: Thu, 1 Apr 2010 22:03:40 +0000 (-0700) Subject: Compile a static notmuch binary (but only install the shared version) X-Git-Tag: 0.1~21 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f689c83af4e1d271d056b24da9e46e7b679ff978;hp=f689c83af4e1d271d056b24da9e46e7b679ff978 Compile a static notmuch binary (but only install the shared version) The idea here is to allow a new user of notmuch to be able to run notmuch immediately after compiling, (without having to install the shared library first). This also ensures that the test suite tests the locally compiled library, and not whatever installled version of the library the dynamic linker happens to find. ---