diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-12-17 21:17:21 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-12-27 15:42:41 +0000 |
commit | f6868eaade72ca7162fc979c3123fccf70f18132 (patch) | |
tree | 62640274daf837f2252aad90bf5d136af47a33af /net-libs/xdp-tools | |
parent | sci-geosciences/folium: depend on xyzservice (diff) | |
download | gentoo-f6868eaade72ca7162fc979c3123fccf70f18132.tar.gz gentoo-f6868eaade72ca7162fc979c3123fccf70f18132.tar.bz2 gentoo-f6868eaade72ca7162fc979c3123fccf70f18132.zip |
dev-libs/libtomcrypt: Fix cross-compiling by using libtool from SYSROOT
libtool is normally generated by configure with the right toolchain
settings, but this package does not use autoconf, so it executes the
build host libtool with the wrong settings. CC seems to be respected for
compiling but not linking for some reason.
As much as I hate executing something from SYSROOT, hell will freeze
over before libtool stops being a shell script. This seems far easier
than any alternative. ${BASH} at least ensures that it is not executed
using some prefixed shebang.
We'll still allow ${LIBTOOL} to be manually overridden because slibtool
does not suffer from this issue.
Closes: https://github.com/gentoo/gentoo/pull/34334
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-libs/xdp-tools')
0 files changed, 0 insertions, 0 deletions