Merge #53490: fix treewide linking errors after #51770

Issue #53001.  This might not be all of them, but let's not wait.
This commit is contained in:
Vladimír Čunát
2019-01-06 12:14:52 +01:00
56 changed files with 199 additions and 19 deletions

View File

@@ -25,6 +25,7 @@ buildPythonPackage rec {
preConfigure = ''
chmod +x ./deps/pjsip/configure ./deps/pjsip/aconfigure
export LD=$CC
'';
nativeBuildInputs = [ pkgs.pkgconfig ];