From e7dd2e192baefee2577703f5bcd368c78842fc26 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 15 May 2021 15:11:54 +0300 Subject: [PATCH] dev-libs/olm: fix library path in 3.2.2 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- dev-libs/olm/olm-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/olm/olm-3.2.2.ebuild b/dev-libs/olm/olm-3.2.2.ebuild index d58a6d9..f7e72eb 100644 --- a/dev-libs/olm/olm-3.2.2.ebuild +++ b/dev-libs/olm/olm-3.2.2.ebuild @@ -48,7 +48,7 @@ src_configure() { src_compile() { cmake_src_compile - export LIBRARY_PATH="${S}/$(get_libdir)/" # Let python build find the already built libolm + export LIBRARY_PATH="${S}" # Let python build find the already built libolm use python && (cd python; distutils-r1_src_compile) }