yate: patch shebangs in configure
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user