Control: tag -1 + moreinfo

Hello!

On Fri, 3 Dec 2021 17:05:59 +0100 Helmut Grohne <hel...@subdivi.de> wrote:
Source: ldns
Version: 1.7.1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

ldns fails to cross build from source, because the python build
misdetects the python libraries and attempts to use the build
architecture ones. To fix this, one has to export
_PYTHON_SYSCONFIGDATA_NAME. When building a python extension with
pybuild, this is handled by pybuild, but we don't have automation for
this case. Please consider applying the attached patch.

Your patch:
+       
_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__$(DEB_HOST_ARCH_OS)_$(DEB_HOST_MULTIARCH)
 \

How does this work in relation to #952844 ?

I'm not a python expert, never dealt with python actually,
and especially I know nothing about these internal
variables, what does they mean.  Is it documented
somewhere?  Are they stable (ie, will it work with/for
future python versions)? (From the name of this var
it does not seem so).

Thanks,

/mjt

Reply via email to