Oh, and
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
on top.

On Fri, Feb 18, 2022 at 8:41 AM Tormod Volden wrote:
>
> 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.
>

Reply via email to