diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 15:42:43 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 15:42:43 -0500 |
commit | d14bde197eb0704c4172ad7113cc9c739487e724 (patch) | |
tree | 9c38724cda38d0278d88e9def6d73f2185e1108a /README | |
parent | f7303db5a194bff0e0c621efedc320cf9997d35e (diff) |
* Disable taint checking for all builds as people keep complaining about it,
and since all versions of perl seem to be hopelessly broken.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ A few special variables you can set while using the Makefile: PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile -NOTAINT=1 turns off the taint flag in the ikiwiki program. (Recommended +NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended unless your perl is less buggy than mine -- see http://bugs.debian.org/411786) |