summaryrefslogtreecommitdiff
path: root/debian/patches/05-dont_use_net_for_docs.diff
blob: 47ac565220ee3c90424578bf9a29257e7611e06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Reinhard Tartler <siretart@tauware.de>
Date: Tue, 5 May 2009 07:34:03 +0200
Subject: prevent xsltproc from accessing the internet
Forwarded: no

=== modified file 'docs/Makefile'
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,7 +10,7 @@

 all: docs

-DBPROC_COMMAND = xsltproc
+DBPROC_COMMAND = xsltproc --nonet
 MKDIR_COMMAND  = mkdir
 CP_COMMAND     = cp
 PERL_COMMAND   = perl