wcc: fix build w/glibc-2.30
This commit is contained in:
parent
e96a57b4d3
commit
f5da399062
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i src/wsh/include/libwitch/wsh.h src/wsh/scripts/INDEX \
|
sed -i src/wsh/include/libwitch/wsh.h src/wsh/scripts/INDEX \
|
||||||
-e "s#/usr/share/wcc#$out/share/wcc#"
|
-e "s#/usr/share/wcc#$out/share/wcc#"
|
||||||
|
|
||||||
|
sed -i -e '/stropts.h>/d' src/wsh/include/libwitch/wsh.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = [ "DESTDIR=$(out)" ];
|
installFlags = [ "DESTDIR=$(out)" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user