File: 0014-xsltproc-nonet-manpages.patch

package info (click to toggle)
jtdx 2.2.159%2Bimproved-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,336 kB
  • sloc: cpp: 38,503; f90: 31,141; python: 27,061; ansic: 11,772; sh: 409; fortran: 353; makefile: 232
file content (16 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Pass --nonet option to xlstproc for manpages
Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964208
Author: tony mancill <tmancill@debian.org>
Last-Update: 2020-07-05

--- a/manpages/CMakeLists.txt
+++ b/manpages/CMakeLists.txt
@@ -29,7 +29,7 @@ find_program (GZIP_EXECUTABLE NAMES gzip
 find_program (SED_EXECUTABLE NAMES sed)
 
 set (XSLTPROC_OPTS 
-  "-param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0"
+  "--nonet -param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0"
   )
 set (A2X_OPTS
   --format=manpage