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

package info (click to toggle)
libxslt 1.1.43-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,556 kB
  • sloc: xml: 66,120; ansic: 36,088; sh: 4,582; python: 3,206; makefile: 1,378; javascript: 470; perl: 34
file content (25 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (5)
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
 	;;