Go to file
Matthew Krupcale 9c58f37813 Add 64-bit flags for 32-bit arches and ignore use-after-free warnings on arm32
Some of the tests include reading x509 public key certificates with dates that
may be beyond the 32-bit time_t. So force those archs to use 64-bit time_t and
file offsets with _TIME_BITS=64 and _FILE_OFFSET_BITS=64, respectively.

Also silence false-positive use-after-free warnings appearing on arm32 which
cause test failures due to unexpected stderr output.

 * build2.spec: add 64-bit flags for 32-bit archs and ignore use-after-free
   warnings on arm32
2022-01-27 21:09:43 -05:00
.gitignore Update to v0.14.0 2022-01-23 18:36:38 -05:00
bpkg-openssl-3-pkeyutl.patch Update to v0.14.0 2022-01-23 18:36:38 -05:00
build2-disable-test-cc-modules-ppc64le.patch Update to v0.14.0 2022-01-23 18:36:38 -05:00
build2.spec Add 64-bit flags for 32-bit arches and ignore use-after-free warnings on arm32 2022-01-27 21:09:43 -05:00
libbuild2-config.install.scope-no-update-for-install.patch Update to v0.14.0 2022-01-23 18:36:38 -05:00
libbutl-lz4-typdef-unalign.patch Add libbutl lz4 patch 2022-01-27 21:07:03 -05:00
libbutl-openssl-info-overloads.patch Update to v0.14.0 2022-01-23 18:36:38 -05:00
macros.build2 Update to v0.14.0 2022-01-23 18:36:38 -05:00
README.md Added the README 2019-03-11 00:20:33 +00:00
sources Update to v0.14.0 2022-01-23 18:36:38 -05:00

build2

The build2 package