File: 0003-remove-plugin-in-xslt-config.patch

package info (click to toggle)
libxslt 1.1.35-1%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 29,868 kB
  • sloc: xml: 75,625; ansic: 34,780; sh: 4,249; makefile: 3,128; python: 3,060; javascript: 429; perl: 34
file content (25 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (6)
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
From: YunQiang Su <syq@debian.org>
Date: Sun, 29 Oct 2017 01:04:55 +0200
Subject: remove-plugin-in-xslt-config

Done in Debian upload 1.1.29-1
---
 xslt-config.in | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/xslt-config.in b/xslt-config.in
index 1d376b6..6abec9f 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -64,11 +64,6 @@ while test $# -gt 0; do
 	exit 0
 	;;
 
-    --plugins)
-	echo @LIBXSLT_DEFAULT_PLUGINS_PATH@
-	exit 0
-	;;
-
     --help)
 	usage 0
 	;;