summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-14 21:37:31 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-11-14 22:57:58 +0100
commit866e4db34a352e2ba74b1483640ba0918acf984b (patch)
treeee376c3ab1cc61c439924e7a5cf464eee0895b68 /net-fs/nfs4-acl-tools/files
parentdev-db/mysql-connector-c++: stable 1.1.9 for sparc, bug #658156 (diff)
downloadgentoo-866e4db34a352e2ba74b1483640ba0918acf984b.tar.gz
gentoo-866e4db34a352e2ba74b1483640ba0918acf984b.tar.bz2
gentoo-866e4db34a352e2ba74b1483640ba0918acf984b.zip
net-fs/nfs4-acl-tools: bump to v0.3.5
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-fs/nfs4-acl-tools/files')
-rw-r--r--net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch b/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch
new file mode 100644
index 000000000000..746d585d6cad
--- /dev/null
+++ b/net-fs/nfs4-acl-tools/files/nfs4-acl-tools-0.3.5-jobserver-unavailable.patch
@@ -0,0 +1,24 @@
+Fix
+
+* gmake[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
+
+--- a/include/buildmacros
++++ b/include/buildmacros
+@@ -152,7 +152,7 @@ INSTALL_LINGUAS = \
+ endif
+
+ SUBDIRS_MAKERULE = \
+- @for d in $(SUBDIRS) ""; do \
++ @+for d in $(SUBDIRS) ""; do \
+ if test -d "$$d" -a ! -z "$$d"; then \
+ $(ECHO) === $$d ===; \
+ $(MAKEF) -C $$d $@ || exit $$?; \
+@@ -170,7 +170,7 @@ DIST_MAKERULE = \
+ $(MAKEF) -C build dist
+
+ SOURCE_MAKERULE = \
+- @test -z "$$DIR" && DIR="."; \
++ @+test -z "$$DIR" && DIR="."; \
+ for f in $(SRCFILES) ""; do \
+ if test ! -z "$$f"; then $(ECHO) $$DIR/$$f; fi;\
+ done; \