File: 0014-xsltproc-nonet-manpages.patch

package info (click to toggle)
wsjtx-improved 3.0.0%2B250924%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 86,260 kB
  • sloc: cpp: 105,882; f90: 60,117; python: 27,241; ansic: 13,372; fortran: 2,382; makefile: 197; sh: 135
file content (16 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (5)
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
@@ -33,7 +33,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