mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test/Makefile.local: Use $(XAPIAN_LDFLAGS) for symbol-test
On FreeBSD, and probably anywhere else someone installed xapian to some other prefix, we need to use XAPIAN_LDFLAGS to make the linker can actually find libxapian.
This commit is contained in:
parent
df6f3cdf9d
commit
8428e0465a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $(dir)/smtp-dummy: $(smtp_dummy_modules)
|
|||
$(call quiet,CC) $^ -o $@
|
||||
|
||||
$(dir)/symbol-test: $(dir)/symbol-test.o
|
||||
$(call quiet,CXX) $^ -o $@ -Llib -lnotmuch -lxapian
|
||||
$(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS)
|
||||
|
||||
.PHONY: test check
|
||||
|
||||
|
|
Loading…
Reference in a new issue