aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2019-03-17 11:17:28 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2019-03-17 11:25:50 +0100
commitd4540354303949c93b20ea0148afd90ce5e40ea6 (patch)
treefbf3bda101d1380015ec8f64efee52b38907eca5 /tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
parenta56c21f582810a28e9493dcfae584132d7ea9451 (diff)
downloadupstream-d4540354303949c93b20ea0148afd90ce5e40ea6.tar.gz
upstream-d4540354303949c93b20ea0148afd90ce5e40ea6.tar.bz2
upstream-d4540354303949c93b20ea0148afd90ce5e40ea6.zip
Revert "tools/cmake: Update to 3.14.0"
The cmake bump to 3.14.0 breaks build on all targets. Revert it for now. This reverts commit a3446257a8737bfc2899c5911791873561feecc7. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'tools/cmake/patches/130-bootstrap_parallel_make_flag.patch')
-rw-r--r--tools/cmake/patches/130-bootstrap_parallel_make_flag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
index 124cf6d9d4..535417d55a 100644
--- a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
+++ b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
@@ -1,6 +1,6 @@
--- a/bootstrap
+++ b/bootstrap
-@@ -1168,7 +1168,10 @@ int main(){ printf("1%c", (char)0x0a); r
+@@ -1164,7 +1164,10 @@ int main(){ printf("1%c", (char)0x0a); r
' > "test.c"
cmake_original_make_flags="${cmake_make_flags}"
if [ "x${cmake_parallel_make}" != "x" ]; then