From d0cee71ebcde7400f7caa1fcbf0f997302d1528f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 15 Feb 2021 09:42:29 +0000 Subject: Avoid using libmd's even if it's installed Closes: #982705 --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') 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) confflags += --with-libs=-lcrypt endif +# Avoid using libmd even if it's installed; see +# https://bugs.debian.org/982705. +confflags += ac_cv_header_sha2_h=false + # Everything above here is common to the deb and udeb builds. confflags_udeb := $(confflags) -- cgit v1.2.3