aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
authorGravatar Mike Kelly <pioto@pioto.org>2012-05-30 03:01:57 -0400
committerGravatar David Bremner <bremner@debian.org>2012-09-01 23:16:05 -0300
commit8428e0465a24858dbe0e002539607c018c9c6839 (patch)
treecefb35640885bc2a7b6d447bd0f85c74be187a5f /test/Makefile.local
parentdf6f3cdf9d421011090ccb50af9828f5903544ee (diff)
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.
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index c7f14355..45df4c71 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -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