[libfurl-perl] 01/05: Disable DNS queries during build.
gregor herrmann
gregoa at debian.org
Sat Nov 12 17:49:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libfurl-perl.
commit 49d0568902018d58cb4c63a44d21efe6bedc8323
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Nov 12 18:39:35 2016 +0100
Disable DNS queries during build.
Closes: #830280
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 23de2c6..f2617c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,3 +58,7 @@ CDBS_BUILD_DEPENDS +=, $(deps-test-opt), $(deps-test-opt-recommend)
CDBS_DEPENDS_$(pkg) = $(deps)
CDBS_RECOMMENDS_$(pkg) = $(deps-test-opt-recommend)
CDBS_SUGGESTS_$(pkg) = $(deps-test-opt-suggest)
+
+# disable DNS queries during build
+# (glibc feature)
+export RES_OPTIONS=attempts:0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfurl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list