summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 73a53c309..44bac00f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,10 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd)
65confflags += --with-libs=-lcrypt 65confflags += --with-libs=-lcrypt
66endif 66endif
67 67
68# Avoid using libmd even if it's installed; see
69# https://bugs.debian.org/982705.
70confflags += ac_cv_header_sha2_h=false
71
68# Everything above here is common to the deb and udeb builds. 72# Everything above here is common to the deb and udeb builds.
69confflags_udeb := $(confflags) 73confflags_udeb := $(confflags)
70 74