aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:42:43 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:42:43 -0500
commitd14bde197eb0704c4172ad7113cc9c739487e724 (patch)
tree9c38724cda38d0278d88e9def6d73f2185e1108a /Makefile.PL
parentf7303db5a194bff0e0c621efedc320cf9997d35e (diff)
downloadikiwiki-d14bde197eb0704c4172ad7113cc9c739487e724.tar
ikiwiki-d14bde197eb0704c4172ad7113cc9c739487e724.tar.gz
* 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 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cfaa6e6cd..6162743f3 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,7 +23,7 @@ PROBABLE_INST_LIB=$(shell \\
fi \\
)
-tflag=$(shell if [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
+tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi)
ikiwiki.out: ikiwiki.in