Date: Tue, 10 Jun 2025 07:29:59 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 621b7f93afb4 - main - emulators/linux_base-rl9: Do not require gconv plugins Message-ID: <202506100729.55A7TxqP056375@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=621b7f93afb46ac9ce964ce87c15070800f0810d commit 621b7f93afb46ac9ce964ce87c15070800f0810d Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-06-10 07:01:21 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-06-10 07:29:48 +0000 emulators/linux_base-rl9: Do not require gconv plugins --- emulators/linux_base-rl9/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 32037043e3fd..e5c3a8f2f98b 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -15,6 +15,10 @@ USE_LINUX= # empty USE_LINUX_RPM= yes WANT_LINUX32= yes +# lib64/gconv/ stuff that is loaded dynamically and has rpath +NO_SHLIB_REQUIRES_GLOB= libCNS.so* libGB.so* libISOIR165.so* \ + libJIS.so* libJISX0213.so* libKSC.so* + .include "${.CURDIR}/Makefile.version" BIN_DISTNAMES= bash-${bash_ver} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506100729.55A7TxqP056375>
