mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-apps/systemd: Export toolchain vars
This prevents any i686 cross toolchain from being used for a multilib build. Bug: https://bugs.gentoo.org/559726 Package-Manager: portage-2.2.20
This commit is contained in:
@@ -164,6 +164,9 @@ src_configure() {
|
||||
# Fix systems broken by bug #509454.
|
||||
[[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
|
||||
|
||||
# Prevent conflicts with i686 cross toolchain, bug 559726
|
||||
tc-export AR CC NM OBJCOPY RANLIB
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
|
||||
@@ -164,6 +164,9 @@ src_configure() {
|
||||
# Fix systems broken by bug #509454.
|
||||
[[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
|
||||
|
||||
# Prevent conflicts with i686 cross toolchain, bug 559726
|
||||
tc-export AR CC NM OBJCOPY RANLIB
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user