Package: jq / 1.8.1-3

0008-Do-not-use-venderized-oniguruma.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: =?utf-8?b?IkNoYW5nWmh1byBDaGVuICjpmbPmmIzlgKwpIg==?=
 <czchen@debian.org>
Date: Mon, 9 Jun 2025 09:14:18 +0800
Subject: Do not use venderized oniguruma

---
 Makefile.am | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7387506..d4c6bbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -189,14 +189,6 @@ jq.1: jq.1.prebuilt
 
 CLEANFILES += jq.1
 
-### Build oniguruma
-
-if BUILD_ONIGURUMA
-libjq_la_LIBADD += vendor/oniguruma/src/.libs/libonig.la
-jq_LDADD += vendor/oniguruma/src/.libs/libonig.la
-SUBDIRS = vendor/oniguruma
-endif
-
 AM_CFLAGS += $(onig_CFLAGS)
 
 if WITH_ONIGURUMA