From ba828ac4da49473e082cf6f2c9f0093f22a6aa16 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Jan 2025 07:04:34 +0000 Subject: [PATCH] app-arch/bzip2: Sync with Gentoo It's from Gentoo commit 0c08919f07c047f442aa24d93597d4ac8759e849. --- .../portage-stable/app-arch/bzip2/bzip2-1.0.8-r5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/bzip2/bzip2-1.0.8-r5.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/bzip2/bzip2-1.0.8-r5.ebuild index 45efadcfce..4e075ed066 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/bzip2/bzip2-1.0.8-r5.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-arch/bzip2/bzip2-1.0.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly @@ -70,7 +70,8 @@ multilib_src_compile() { multilib_src_test() { cp "${S}"/sample* "${BUILD_DIR}" || die - bemake -f "${S}"/Makefile check + ln -s libbz2.so.1.0 libbz2.so.1 || die + LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}" bemake -f "${S}"/Makefile check } multilib_src_install() {