From 67dcf175cbe6241f0dcf3564424ca178476ebdfb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Dec 2007 19:25:44 -0500 Subject: * Work around perl taint checking bug #411786, where perl sometimes randomly sets the taint flag on untainted variables, by disabling taint checking in the deb. This sucks. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index af33131d9..ef0e7f827 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,8 @@ build: build-stamp build-stamp: dh_testdir perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor - $(MAKE) + # taint checking disabled due to perl bug #411786 + $(MAKE) NOTAINT=1 $(MAKE) test touch build-stamp -- cgit v1.2.3