]> git.notmuchmail.org Git - notmuch/commit
Place extra_cflags before CONFIGURE_CFLAGS
authorMoritz Wilhelmy <moritz+git@wzff.de>
Tue, 15 Oct 2013 07:30:45 +0000 (09:30 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 26 Oct 2013 00:20:11 +0000 (21:20 -0300)
commitbafe650f5de057eecf62b4da30443a81233ddad6
tree533de611940a679f11df0d2cd113d2599ae28ad9
parent99d474c484d89d3436c910f1ac447640c533e811
Place extra_cflags before CONFIGURE_CFLAGS

This ensures that the build will not attempt to use an existing notmuch.h when
an older version of notmuch is already installed elsewhere (e.g. in /usr/local)
and /usr/local/include is added to CONFIGURE_CFLAGS by one of the libraries
(talloc, in my case)
Makefile.local