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:
James Le Cuirot 2025-07-31 14:12:46 +01:00
parent 2864921f7f
commit 29718444a9
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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