[gpsbabel] Call xsltproc with --nonet (enforce networkless build)

Hans Ulrich Niedermann ndim at fedoraproject.org
Wed Jan 12 18:56:27 UTC 2011


commit 971b04944fce717ef17ee142a28d63dac6a4fdc8
Author: Hans Ulrich Niedermann <hun at n-dimensional.de>
Date:   Wed Jan 12 15:53:53 2011 +0100

    Call xsltproc with --nonet (enforce networkless build)

 gpsbabel-1.4.2-xmldoc.patch |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gpsbabel-1.4.2-xmldoc.patch b/gpsbabel-1.4.2-xmldoc.patch
index 7c6cd21..2373fe1 100644
--- a/gpsbabel-1.4.2-xmldoc.patch
+++ b/gpsbabel-1.4.2-xmldoc.patch
@@ -1,12 +1,13 @@
 diff -ru gpsbabel-1.4.2/Makefile.in gpsbabel-1.4.2-xmldoc/Makefile.in
 --- gpsbabel-1.4.2/Makefile.in	2011-01-11 17:57:47.075777307 +0100
 +++ gpsbabel-1.4.2-xmldoc/Makefile.in	2011-01-11 17:58:53.134094491 +0100
-@@ -234,8 +234,7 @@
+@@ -234,8 +234,8 @@
  	xsltproc \
  	  --output $@ \
  	  --stringparam toc.section.depth "1" \
 -	  --stringparam html.stylesheet \
 -	  "http://www.gpsbabel.org/style3.css" \
++	  --nonet \
 +	  --stringparam html.stylesheet "gpsbabel.org-style3.css" \
  	  http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
  	xmldoc/readme.xml


More information about the scm-commits mailing list