From: Benjamin Kaduk Date: Sun, 27 Oct 2019 18:25:33 +0000 (-0700) Subject: Configure --without-ctf-tools to fix kmod builds when ctfutils are installed X-Git-Tag: debian/1.8.5-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=16933bb7324fa6955f3e2177f95ac85f1576f045;p=packages%2Fo%2Fopenafs.git Configure --without-ctf-tools to fix kmod builds when ctfutils are installed In theory having the CTF information present might be usable at some point in the future, but the benefits are unclear at present, and we would need to expend some engineering effort to get a usable cc-wrapper available for the purposes of the module builds. Change-Id: Ia7995f1b7330a231102d25eff23ffac10a919ca9 --- diff --git a/debian/changelog b/debian/changelog index 1e13a5c7e..521d28e39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ openafs (1.8.5-1) UNRELEASED; urgency=high - Fix OPENAFS-SA-2019-001, OPENAFS-SA-2019-002: information leakage from uninitialized RPC output variables - Fix OPENAFS-SA-2019-003: database server DoS (NULL dereference) + * Configure --without-ctf-tools to allow kernel module builds when ctfutils + are installed. (Closes: #935771) -- Benjamin Kaduk Sun, 27 Oct 2019 11:05:37 -0700 diff --git a/debian/rules b/debian/rules index f314db554..1ec666eef 100755 --- a/debian/rules +++ b/debian/rules @@ -111,6 +111,7 @@ override_dh_auto_configure: --with-roken-lib=/usr/lib/$(DEB_HOST_MULTIARCH)/heimdal \ --with-hcrypto-include=/usr/include/heimdal \ --with-hcrypto-lib=/usr/lib/$(DEB_HOST_MULTIARCH)/heimdal \ + --without-ctf-tools \ $(DEBIAN_OPT_FLAGS) # Also build a libafs_tree and build the XML documentation if building