mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
When building cups with LIBTOOL=rlibtool exported in make.conf the build will fail. This happens because slibtool can't determine build information from the generated libtool script that doesn't exist. Its better to just not use libtool at all in this build system. Bug: https://bugs.gentoo.org/843638 Upstream-PR: https://github.com/OpenPrinting/cups/pull/394 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25431 Signed-off-by: Sam James <sam@gentoo.org>