3
0
Fork 0
forked from mirrors/nixpkgs

yate: patch shebangs in configure

This commit is contained in:
Piotr Bogdan 2018-03-09 13:50:54 +00:00
parent 6625fb8a67
commit 5a3550ede6

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
preConfigure =
''
sed -i 's@,/dev/null@@' configure
patchShebangs configure
'';
# --unresolved-symbols=ignore-in-shared-libs makes ld no longer find --library=yate? Why?