yate: patch shebangs in configure
This commit is contained in:
parent
6625fb8a67
commit
5a3550ede6
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
sed -i 's@,/dev/null@@' configure
|
sed -i 's@,/dev/null@@' configure
|
||||||
|
patchShebangs configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# --unresolved-symbols=ignore-in-shared-libs makes ld no longer find --library=yate? Why?
|
# --unresolved-symbols=ignore-in-shared-libs makes ld no longer find --library=yate? Why?
|
||||||
|
|
Loading…
Reference in New Issue