commit: 0c08919f07c047f442aa24d93597d4ac8759e849 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 13:18:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 13:18:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c08919f
app-arch/bzip2: fix src_test more Followup to 0ff212c8c789d4adcb21894448cbd7985c576de1. Bug: https://bugs.gentoo.org/926553 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/bzip2/bzip2-1.0.8-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/bzip2/bzip2-1.0.8-r5.ebuild b/app-arch/bzip2/bzip2-1.0.8-r5.ebuild index 51f64021ee9a..4e075ed0664a 100644 --- a/app-arch/bzip2/bzip2-1.0.8-r5.ebuild +++ b/app-arch/bzip2/bzip2-1.0.8-r5.ebuild @@ -71,7 +71,7 @@ multilib_src_compile() { multilib_src_test() { cp "${S}"/sample* "${BUILD_DIR}" || die ln -s libbz2.so.1.0 libbz2.so.1 || die - bemake -f "${S}"/Makefile check + LD_LIBRARY_PATH=".:${LD_LIBRARY_PATH}" bemake -f "${S}"/Makefile check } multilib_src_install() {
