Source: curl Version: 7.74.0-1.3 Severity: minor Tags: patch User: helm...@debian.org Usertags: rebootstrap
During architecture bootstrap, I build curl in a slightly unclean environment (because we lack better options) and that happens to include libzstd-dev. curl automatically opts into zstd support and fails the build. The Debian package does not normally support zstd, so please be explicit about that in debian/rules. Helmut
diff --minimal -Nru curl-7.74.0/debian/changelog curl-7.74.0/debian/changelog --- curl-7.74.0/debian/changelog 2021-06-25 20:59:54.000000000 +0200 +++ curl-7.74.0/debian/changelog 2021-08-19 15:20:16.000000000 +0200 @@ -1,3 +1,10 @@ +curl (7.74.0-1.4) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Explicitly disable zstd support. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 19 Aug 2021 15:20:16 +0200 + curl (7.74.0-1.3) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru curl-7.74.0/debian/rules curl-7.74.0/debian/rules --- curl-7.74.0/debian/rules 2021-06-25 20:59:54.000000000 +0200 +++ curl-7.74.0/debian/rules 2021-08-19 15:20:14.000000000 +0200 @@ -16,6 +16,7 @@ --disable-symbol-hiding --enable-versioned-symbols \ --enable-threaded-resolver --with-lber-lib=lber \ --with-gssapi=/usr --with-libssh2 --with-nghttp2 \ + --without-zstd \ --includedir=/usr/include/$(DEB_HOST_MULTIARCH) \ --with-zsh-functions-dir=/usr/share/zsh/vendor-completions