Helmut Grohne: > Source: mumble > Version: 1.3.0~git20190114.9fcc588+dfsg-1 > Tags: patch > User: helm...@debian.org > Usertags: rebootstrap > > mumble fails to cross build from source, because it calls the build > architecture qmake. It actually calls qmake twice: Once via > dh_auto_configure and once directly from debian/rules. The call via > dh_auto_configure uses the right qmake, but the wrong flags. Merging > those calls into one fixes this part. Then mumble hard codes the build > architecture pkg-config in a lot of places. Making those calls > substitutable should be upstreamable and makes mumble cross buildable. > Please consider applying the attached patch. > > Helmut
I was not aware that dh_auto_configure is calling qmake such that there were duplicate calls; I'd like to fix that. I'd also like to have Mumble be cross buildable. I had a chance to review the patch. The fix hinges on this function call: PKG_CONFIG = $$pkgConfigExecutable() Could you let me know where this function call exists, i.e. what package it's in so I can look at it? I haven't been able to find it, and to try to get a patch upstream I need to understand and be able to explain what this is for and what it does. Thanks -- Chris -- Chris Knadle chris.kna...@coredump.us