mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-devel/binutils: Fix linker search path patch for 2.45
Funny story. We had to update this patch for 2.41 after one line had changed. It turns out that line was changed by accident, and the change has now been reverted, so we just need to switch back to the earlier patch! Closes: https://bugs.gentoo.org/960881 Closes: https://bugs.gentoo.org/960897 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
parent
2864921f7f
commit
29718444a9
@ -141,7 +141,7 @@ src_prepare() {
|
||||
# This is applied conditionally for now just out of caution.
|
||||
# It should be okay on non-prefix systems though. See bug #892549.
|
||||
if is_cross || use prefix; then
|
||||
eapply "${FILESDIR}"/binutils-2.43-linker-search-path.patch \
|
||||
eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \
|
||||
"${FILESDIR}"/binutils-2.43-linker-prefix.patch
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -141,7 +141,7 @@ src_prepare() {
|
||||
# This is applied conditionally for now just out of caution.
|
||||
# It should be okay on non-prefix systems though. See bug #892549.
|
||||
if is_cross || use prefix; then
|
||||
eapply "${FILESDIR}"/binutils-2.43-linker-search-path.patch \
|
||||
eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \
|
||||
"${FILESDIR}"/binutils-2.43-linker-prefix.patch
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -141,7 +141,7 @@ src_prepare() {
|
||||
# This is applied conditionally for now just out of caution.
|
||||
# It should be okay on non-prefix systems though. See bug #892549.
|
||||
if is_cross || use prefix; then
|
||||
eapply "${FILESDIR}"/binutils-2.43-linker-search-path.patch \
|
||||
eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \
|
||||
"${FILESDIR}"/binutils-2.43-linker-prefix.patch
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user