commit:     bd75c395e8358056b66511d0baedc5b60bab68a4
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 15 14:14:18 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 15 21:08:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd75c395

dev-libs/pocl: use full path to library

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-libs/pocl/pocl-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/pocl/pocl-1.6.ebuild b/dev-libs/pocl/pocl-1.6.ebuild
index cef334945..26082a053 100644
--- a/dev-libs/pocl/pocl-1.6.ebuild
+++ b/dev-libs/pocl/pocl-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -51,7 +51,7 @@ src_configure() {
                -DENABLE_ICD=ON
                -DENABLE_POCL_BUILDING=OFF
                -DKERNELLIB_HOST_CPU_VARIANTS=native
-               -DPOCL_ICD_ABSOLUTE_PATH=OFF
+               -DPOCL_ICD_ABSOLUTE_PATH=ON
                -DSTATIC_LLVM=OFF
 
                -DENABLE_ACCEL_DEVICE=$(usex accel)

Reply via email to