diff options
author | fanquake <fanquake@gmail.com> | 2022-03-29 09:58:03 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-03-29 10:03:53 +0100 |
commit | 7c72eabb57bde83abfc4bd5af70b884390ef847d (patch) | |
tree | f564220fd0c33ebda4fecec138d70abed15f5f6b /src | |
parent | 2a3e8fb3592e42300ec96c9f6724e15346e30ea7 (diff) | |
parent | 5a157eb3703e1e65ed285f13a824562ab12aa3ff (diff) |
Merge bitcoin/bitcoin#24633: Bugfix: configure: Quote SUPPRESS_WARNINGS sufficiently to preserve brackets
5a157eb3703e1e65ed285f13a824562ab12aa3ff Bugfix: configure: Only avoid -isystem for exact /usr/include path (Luke Dashjr)
556ee6f2fa0e2da2bb12fe05a885431f61db2e47 Bugfix: configure: Quote SUPPRESS_WARNINGS sufficiently to preserve brackets (Luke Dashjr)
Pull request description:
The regex includes `[/ ]` which is supposed to match either a forward slash or a space, but m4 treats the brackets as special characters and effectively strips them out, leading to -isystem /usr/include paths except for in the typical scenario where it is the final parameter in the flag string.
ACKs for top commit:
hebasto:
ACK 5a157eb3703e1e65ed285f13a824562ab12aa3ff, tested on Ubuntu 22.04 with clang 14.0.
vasild:
ACK 5a157eb3703e1e65ed285f13a824562ab12aa3ff
Tree-SHA512: 5c8c282b647b7853b8fad1b5b473703c4a0635073d2685a8ac984151046e2c6a859e6972465419d27356dd29a47f21a2a3a6ad402ec434fe1f9882e5a35f0749
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions