jq: provide regex support in additional package jq-full
authorMaximilian Trüpschuch <[email protected]>
Tue, 22 Apr 2025 20:04:46 +0000 (22:04 +0200)
committerTianling Shen <[email protected]>
Wed, 23 Apr 2025 17:22:48 +0000 (01:22 +0800)
commit711a19c4b23f3517ece5296d323c8f0220a0ff4e
tree5c0a346e25d4e6ba63351bc2ac25cb4af250f3b5
parent5ab824b7fbcb24c8a4a84117276d1a3a298d9aef
jq: provide regex support in additional package jq-full

I modified the makefile, so that it will build two packages: jq and
jq-full. The former will remain unchanged and the latter will have a
dependency to the oniguruma library, so jq-full will have regex functions
enabled.

Signed-off-by: Maximilian Trüpschuch <[email protected]>
utils/jq/Makefile