distcc: Upgrade to 3.2

Helps compiling with clang as a side effect

(From OE-Core rev: d0666b30d5596a9300fdde19b1e2053957087c55)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2016-05-11 10:35:42 -07:00
committed by Richard Purdie
parent 3a167e6290
commit 278f8e82d6
2 changed files with 11 additions and 11 deletions

View File

@@ -6,16 +6,16 @@ RP 2013/3/8
Upstream-Status: Pending
Index: distcc-3.1/Makefile.in
Index: git/Makefile.in
===================================================================
--- distcc-3.1.orig/Makefile.in 2008-12-02 21:50:31.000000000 +0000
+++ distcc-3.1/Makefile.in 2013-03-08 10:49:24.224400937 +0000
@@ -1088,7 +1088,7 @@
--- git.orig/Makefile.in
+++ git/Makefile.in
@@ -1117,7 +1117,7 @@ install-example: $(example_DOCS)
install-gnome-data: $(gnome_data)
$(mkinstalldirs) "$(DESTDIR)$(pkgdatadir)"
for p in $(gnome_data); do \
- $(INSTALL_DATA) "$$p" "$(DESTDIR)$(pkgdatadir)" || exit 1; \
+ $(INSTALL_DATA) "$(srcdir)/$$p" "$(DESTDIR)$(pkgdatadir)" || exit 1; \
for p in $(gnome_data); do \
- $(INSTALL_DATA) "$$p" "$(DESTDIR)$(pkgdatadir)" || exit 1; \
+ $(INSTALL_DATA) "$(srcdir)/$$p" "$(DESTDIR)$(pkgdatadir)" || exit 1; \
done
install-conf: $(conf_files) $(default_files)