git: 42e4e30c876d - main - lang/clover: drop USE_LDCONFIG due to dlopen(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Dec 2022 12:32:10 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=42e4e30c876da13ad1dfdb0c3de3be2cf26ee607 commit 42e4e30c876da13ad1dfdb0c3de3be2cf26ee607 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-14 11:46:30 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-14 12:04:26 +0000 lang/clover: drop USE_LDCONFIG due to dlopen(3) OpenCL drivers in clover lack headers and unlikely to be usable outside of ocl-icd which uses dlopen(3) to find the drivers via ${PREFIX}/etc/OpenCL/vendors/*.icd (or OCL_ICD_VENDORS). Approved by: manu (on dev-commits-ports-main@ list) --- lang/clover/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/clover/Makefile b/lang/clover/Makefile index c8f6dca6412b..c8325d1aad63 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ RUN_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl -USE_LDCONFIG= yes - .include <bsd.port.options.mk> .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"