From ae9d67fd810e021e1d27c24c487ffd6c34b8ecdc Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 18:20:20 -0700 Subject: Avoid needlessly linking final notmuch binary against libXapian. The libnotmuch.so library already does, so we don't need to do it again. (Thanks to a Debian debhelper warning for pointing this out.) --- lib/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.local') diff --git a/lib/Makefile.local b/lib/Makefile.local index ed6b25f4..0e3a4d15 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -51,7 +51,7 @@ $(dir)/libnotmuch.a: $(libnotmuch_modules) $(call quiet,AR) rcs $@ $^ $(dir)/$(LIBNAME): $(libnotmuch_modules) - $(call quiet,CXX $(CXXFLAGS)) $^ $(FINAL_LDFLAGS) -shared -Wl,-soname=$(SONAME) -o $@ + $(call quiet,CXX $(CXXFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -shared -Wl,-soname=$(SONAME) -o $@ $(dir)/$(SONAME): $(dir)/$(LIBNAME) ln -sf $(LIBNAME) $@ -- cgit v1.2.3