Hello, after feedback from Andreas this is v2 of the jq version bump containing the actual version bump. Previously jq had the oniguruma library as a vendored submodule which broke the build of jq 1.8.0.
This is basically a completely different patch series, but I named it v2 so it's clear v1 should be dropped in favor of this. Tested that jq builds and runs fine with and without the new option set. Saves ~500k for libonig on target if jq is built without regex support. Greets Alex v2: - dropped license fix patch - added three new patches v1: - Link: https://lore.ptxdist.org/ptxdist/[email protected]/ Alexander Dahl (3): libonig: Add new package jq: Make regex support optional jq: version bump 1.7.1 -> 1.8.0 rules/jq.in | 16 ++++++++++++-- rules/jq.make | 9 ++++---- rules/libonig.in | 11 ++++++++++ rules/libonig.make | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+), 7 deletions(-) create mode 100644 rules/libonig.in create mode 100644 rules/libonig.make base-commit: 31866e0b9c1215fa5e8b4dc8573adc8feb7428aa -- 2.39.5
