diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-10 07:01:21 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-06-10 07:29:48 +0000 |
commit | 621b7f93afb46ac9ce964ce87c15070800f0810d (patch) | |
tree | 8b4aaa0c713c182843608d1b13eaf7762424c4d9 | |
parent | 16e0d8c7c8895905cbacfbc4f3adb8bd1294dd10 (diff) |
emulators/linux_base-rl9: Do not require gconv plugins
-rw-r--r-- | emulators/linux_base-rl9/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} \ |