aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-01-18 10:30:27 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-01-18 14:18:22 +0100
commit343f27f8b0f8710a34ff09b0e9fbf5fe0984051f (patch)
tree09f6c6fde45d29024215c74aab31a70180f8b5f4 /tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
parentf87281b2956110f10af9eb23fc6d327dfde7ab42 (diff)
downloadupstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.gz
upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.bz2
upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.zip
tools/cmake: update to 3.16.2
Update cmake to 3.16.2 and refresh patches. Release notes: https://cmake.org/cmake/help/v3.16/release/3.16.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
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..9fcbf63f98 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
+@@ -1248,7 +1248,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