On 2021-06-26 Vagrant Cascadian <[email protected]> wrote:
> On 2021-06-26, Andreas Metzler wrote:
[...]
>> So I think the proper fix (for the very real bug) would be to pass
>> CONFIG_SHELL=/bin/bash to configure.
> I believe I did at one point try that, but will test again to be sure.
diffomatic seems to be happy with
diff --git a/debian/rules b/debian/rules
index 2204e82..8f298af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,8 @@ override_dh_auto_configure:
--enable-timeout=78 \
--with-libxml2-libs="$(shell $(DEB_HOST_GNU_TYPE)-pkg-config
--libs libxml-2.0)" \
--with-libxml2-cflags="$(shell $(DEB_HOST_GNU_TYPE)-pkg-config
--cflags libxml-2.0)" \
- GREP=/bin/grep POSIX_SHELL=/bin/sh SHELL=/bin/sh
+ GREP=/bin/grep POSIX_SHELL=/bin/sh SHELL=/bin/sh \
+ CONFIG_SHELL=/bin/bash
override_dh_auto_build:
dh_auto_build --verbose
cu Andreas