diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-01-27 14:32:10 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-01-27 14:32:10 +0000 |
commit | 6d8643a7d8748d49260903bc32944e73969c5629 (patch) | |
tree | 0ecb86106f4923c4144c2f9bf2d9a9a867087207 /net-mail/notmuch/files | |
parent | sci-chemistry/ball: Add fix for tests, #454162; backport patches upstream inc... (diff) | |
download | gentoo-2-6d8643a7d8748d49260903bc32944e73969c5629.tar.gz gentoo-2-6d8643a7d8748d49260903bc32944e73969c5629.tar.bz2 gentoo-2-6d8643a7d8748d49260903bc32944e73969c5629.zip |
Version bump.
NEWS
~~~~
(Extracted headlines from NEWS file. See it for details.)
Internal test framework changes
-------------------------------
- Set a default value for TERM when running tests
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
Diffstat (limited to 'net-mail/notmuch/files')
-rw-r--r-- | net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch b/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch new file mode 100644 index 000000000000..b0d1e91533b9 --- /dev/null +++ b/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch @@ -0,0 +1,25 @@ +From 624cd2eef34963ca521d9dbabc886585ea2f5d54 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name> +Date: Mon, 21 Jan 2013 20:37:53 +0100 +Subject: [PATCH] lib/Makefile.local: depend on libs we are linking with + +--- + lib/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Makefile.local b/lib/Makefile.local +index 7785944..155ac02 100644 +--- a/lib/Makefile.local ++++ b/lib/Makefile.local +@@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o) + $(dir)/libnotmuch.a: $(libnotmuch_modules) + $(call quiet,AR) rcs $@ $^ + +-$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym ++$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a + $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a + + notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules) +-- +1.8.1.1 + |