ninja/ninja-re2c-g.patch
Martin Pluskal 00cc2f9823 Accepting request 977896 from home:polslinux:branches:devel:tools:building
- update to 1.11.0:
  * this release adds Validation Nodes which are a new way to add jobs
    like linters or static analyzers to the build graph
  * support cpu limit on docker
  * fixes to disk_interface
  * fixes to ninja -t parameter
  * optimize ninja -d stats
  * add -q (quiet) option
- rebase ninja-disable-maxprocs-test.patch
- rebase ninja-re2c-g.patch

OBS-URL: https://build.opensuse.org/request/show/977896
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=57
2022-05-18 09:14:27 +00:00

12 lines
570 B
Diff

--- ninja-1.11.0/configure.py.orig 2022-05-18 10:45:04.772811782 +0200
+++ ninja-1.11.0/configure.py 2022-05-18 10:45:13.968857314 +0200
@@ -479,7 +479,7 @@
return False
if has_re2c():
n.rule('re2c',
- command='re2c -b -i --no-generation-date --no-version -o $out $in',
+ command='re2c -g -b -i --no-generation-date --no-version -o $out $in',
description='RE2C $out')
# Generate the .cc files in the source directory so we can check them in.
n.build(src('depfile_parser.cc'), 're2c', src('depfile_parser.in.cc'))