Thanks, but your patch is basically reverting commit 15712174. The
reason for calling configure directly is that dh_auto_configure adds
the --runtimedir option which is not supported by this configure.
Please try if adding
--build=$(DEB_BUILD_GNU_TYPE) \
--host=$(DEB_HOST_GNU_TYPE) \
instead will work.

Regards,
Tormod

On Fri, Feb 18, 2022 at 7:21 AM Helmut Grohne <hel...@subdivi.de> wrote:
>
> Source: xscreensaver
> Version: 6.02+dfsg1-1
> Tags: patch
>
> xscreensaver fails to cross build from source, because the use of
> dh_auto_configure got replaced with a direct configure invocation that
> now lacks the essential --host flag. Please restore the passing of the
> --host flag. I'm attaching a patch for your convenience.
>
> Helmut

Reply via email to