summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-25 14:40:20 +0200
committerYour Name2018-10-25 14:40:20 +0200
commit7a4abb3b49d9e7df914649fcbc9d51435d0ab77d (patch)
tree3263ba70ab94d5e60f51cc39fbd948a88d1ffddc /core/modules/busybox
parent[kernel-vanilla] Dirty hack to fix hangs on HP Compaq 8200 (diff)
downloadmltk-7a4abb3b49d9e7df914649fcbc9d51435d0ab77d.tar.gz
mltk-7a4abb3b49d9e7df914649fcbc9d51435d0ab77d.tar.xz
mltk-7a4abb3b49d9e7df914649fcbc9d51435d0ab77d.zip
[kernel+busybox] Patch for distcc
Diffstat (limited to 'core/modules/busybox')
-rw-r--r--core/modules/busybox/module.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build
index c6557f91..e960849f 100644
--- a/core/modules/busybox/module.build
+++ b/core/modules/busybox/module.build
@@ -15,6 +15,7 @@ fetch_source() {
if ! grep -q 'suspend.*"no"' "util-linux/rtcwake.c"; then
git apply "${MODULE_DIR}/rtcwake-compat.patch" || perror "Could not apply busybox patch for rtcwake compat with util-linux"
fi
+ sed -i -r 's/^CC\s*=\s*(\S)/CC ?= \1/' Makefile || perror "Could not patch Makefile"
cd .. || perror "cd .. failed"
}