chiark / gitweb /
Makefile: Don't insist on `/usr/lib/.../coreutils/'. master
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Aug 2020 22:47:32 +0000 (23:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 00:08:14 +0000 (01:08 +0100)
commit1965c9714ea9b35272d9ada830067b5508359764
tree4a478a9627c8d48aa678f7755a62da2a70fb6891
parent33c6b9e71097b18c30e48a98a2f2e4fd4150e3ed
Makefile: Don't insist on `/usr/lib/.../coreutils/'.

It turns out that sid has moved `stdlib.so' to `/usr/libexec/', which
sucks for two reasons: (a) it means we need countermeasures to avoid
the cross-tools extraction from failing, and (b) there's no multiarch
triplet any more so we can't have multiple versions.

I think this is actually a Debian bug, but I have to deal with it right
now and this seems like the least terrible approach.  I'll just hope
that nothing is relying on `stdbuf' in the build scripts.
Makefile