]> git.notmuchmail.org Git - notmuch/commit
Don't link libnotmuch if libutil isn't linked in properly.
authorTom Prince <tom.prince@ualberta.net>
Sun, 13 Nov 2011 16:34:42 +0000 (11:34 -0500)
committerDavid Bremner <bremner@debian.org>
Sat, 19 Nov 2011 19:18:05 +0000 (15:18 -0400)
commitdbceb50f4759db8819877706d086dd6af31923ba
treec5de67fb8917704dd3de4da992108dd2bedcca19
parent418e098eed1404379a29e397ca95426e1c7caef0
Don't link libnotmuch if libutil isn't linked in properly.

For some reason, on my machine, the link is picking up
/usr/lib/libutil.so instead of util/libutil.a. This causes there to be
undefined symbols in libnotmuch, making it unuseable. This patch causes
the link to fail instead.
lib/Makefile.local