live555: fixup build with glibc-2.26
This commit is contained in:
parent
30c971e8d3
commit
7ba482a74a
@ -12,7 +12,12 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "02z2f8z5cy0ajnh9pgar40lsxdknfw5cbyw52138hxnpr6adrvak";
|
sha256 = "02z2f8z5cy0ajnh9pgar40lsxdknfw5cbyw52138hxnpr6adrvak";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles";
|
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles"
|
||||||
|
+ stdenv.lib.optionalString (stdenv ? glibc) ''
|
||||||
|
|
||||||
|
substituteInPlace liveMedia/include/Locale.hh \
|
||||||
|
--replace '<xlocale.h>' '<locale.h>'
|
||||||
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
sed \
|
sed \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user