summaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-07-22 18:31:38 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-07-29 10:08:20 +0200
commitb078229412e37ccf9ca8d9a437af6b8861bd2dbb (patch)
tree47c4b73fea2b1089537064e857d0673ffad8159d /tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
parenta07730472c49c1f7bb56afa3eb8be23e6e87b4f1 (diff)
downloadopenwrt-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.gz
openwrt-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.tar.bz2
openwrt-b078229412e37ccf9ca8d9a437af6b8861bd2dbb.zip
tools/cmake: Update to 3.12.0
Update cmake to 3.12.0 Remove 140-curl-fix-libressl.patch as fix is in upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 1fb0ebeaac..375bc5d979 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
-@@ -1151,7 +1151,10 @@ int main(){ printf("1%c", (char)0x0a); r
+@@ -1163,7 +1163,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