diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2013-01-22 16:51:26 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2013-01-22 16:51:26 +0000 |
commit | a983568b5a1db44ecd9ad9e0f11fb99ec402a0d7 (patch) | |
tree | 04ae887892690421722ad652b40dc613e422b307 /net-mail/notmuch/files | |
parent | Mask >=dev-java/gcj-jdk-4.7.0 while coresponding gcc is still masked (diff) | |
download | historical-a983568b5a1db44ecd9ad9e0f11fb99ec402a0d7.tar.gz historical-a983568b5a1db44ecd9ad9e0f11fb99ec402a0d7.tar.bz2 historical-a983568b5a1db44ecd9ad9e0f11fb99ec402a0d7.zip |
Patch fixing parallel build. It is already accepted by upstream.
Fixes bug #453314.
Package-Manager: portage-2.1.11.47/cvs/Linux x86_64
Manifest-Sign-Key: 0xE1DBFAB5
Diffstat (limited to 'net-mail/notmuch/files')
-rw-r--r-- | net-mail/notmuch/files/0.15-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-0001-lib-Makefile.local-depend-on-libs-we-a.patch b/net-mail/notmuch/files/0.15-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-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 + |