Date: Sat, 8 Jan 2022 18:19:36 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 12faca99b06b - main - devel/rapidyaml: Add USE_LDCONFIG Message-ID: <202201081819.208IJaXI028270@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=12faca99b06b08d8f9878db4a89c777b290c41dc commit 12faca99b06b08d8f9878db4a89c777b290c41dc Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-01-08 18:12:55 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-01-08 18:18:09 +0000 devel/rapidyaml: Add USE_LDCONFIG We install a shared library. Reported by: driesm@ --- devel/rapidyaml/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/rapidyaml/Makefile b/devel/rapidyaml/Makefile index dd64eed9b1b9..6af7be0248fc 100644 --- a/devel/rapidyaml/Makefile +++ b/devel/rapidyaml/Makefile @@ -20,6 +20,8 @@ GH_PROJECT= cmake:cmake GH_TAGNAME= 9416f29:cmake GH_SUBDIR= ext/c4core/cmake:cmake +USE_LDCONFIG= yes + CMAKE_ON= BUILD_SHARED_LIBS PLIST_SUB= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201081819.208IJaXI028270>