summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-02-15 09:42:29 +0000
committerColin Watson <cjwatson@debian.org>2021-02-15 09:42:29 +0000
commitd0cee71ebcde7400f7caa1fcbf0f997302d1528f (patch)
tree450117e8b78f0baf9351e40547af6990ad659338 /debian/rules
parent2a69332095cced71825638336c70349197c53ee0 (diff)
Avoid using libmd's <sha2.h> even if it's installed
Closes: #982705
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