PKGBUILDs/alarm/devtools-alarm/0003-makechrootpkg-distcc.patch

29 lines
668 B
Diff
Raw Normal View History

2014-12-30 02:41:19 +00:00
From 375082ca4e5c03e0ffa0d81ee3739cd131d58ca4 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 28 Dec 2014 22:32:15 -0700
Subject: [PATCH 3/6] makechrootpkg: distcc
---
makechrootpkg.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/makechrootpkg.in b/makechrootpkg.in
index c0a15c0..bdc9938 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -347,7 +347,10 @@ _chrootbuild() {
exit 1
fi
2013-05-31 18:39:05 +00:00
2014-12-30 02:41:19 +00:00
- sudo -u builduser makepkg "$@"
+ mkdir /build/.distcc
2014-12-30 02:41:19 +00:00
+ chown builduser /build/.distcc
+
+ sudo -u builduser DISTCC_IO_TIMEOUT=0 DISTCC_DIR='/build/.distcc' makepkg "$@"
}
2013-05-31 18:39:05 +00:00
2014-12-30 02:41:19 +00:00
move_products() {
--
2.2.1