File: 0008-Do-not-use-venderized-oniguruma.patch

package info (click to toggle)
jq 1.6-2.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 2,236 kB
  • sloc: ansic: 13,418; yacc: 872; sh: 403; lex: 185; makefile: 158; javascript: 50; python: 20
file content (27 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (2)
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
From: =?utf-8?b?IkNoYW5nWmh1byBDaGVuICjpmbPmmIzlgKwpIg==?=
 <czchen@debian.org>
Date: Sun, 4 Nov 2018 22:38:18 +0800
Subject: Do not use venderized oniguruma

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

diff --git a/Makefile.am b/Makefile.am
index df020b1..bbb49eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -138,13 +138,6 @@ jq.1: $(srcdir)/jq.1.prebuilt
 endif
 
 
-### Build oniguruma
-
-if BUILD_ONIGURUMA
-libjq_la_LIBADD += modules/oniguruma/src/.libs/libonig.la
-SUBDIRS = modules/oniguruma
-endif
-
 AM_CFLAGS += $(onig_CFLAGS)
 
 ### Packaging