diff options
Diffstat (limited to 'emulators/linux_base-c7/Makefile')
-rw-r--r-- | emulators/linux_base-c7/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/linux_base-c7/Makefile b/emulators/linux_base-c7/Makefile index f12ee3eeefa0..f6ac0239dde0 100644 --- a/emulators/linux_base-c7/Makefile +++ b/emulators/linux_base-c7/Makefile @@ -1,6 +1,6 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//} @@ -12,6 +12,10 @@ USES= linux:c7 USE_LINUX= # empty USE_LINUX_RPM= 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* + BIN_DISTNAMES= bash-4.2.46-35.el7_9 \ bzip2-1.0.6-13.el7 \ centos-release-7-9.2009.2.el7.centos \ @@ -57,6 +61,7 @@ LIB_DISTNAMES= audit-libs-2.8.5-4.el7 \ libstdc++-4.8.5-44.el7 \ libuuid-2.23.2-65.el7_9.1 \ libverto-0.2.5-4.el7 \ + mpfr-3.1.1-4.el7 \ ncurses-libs-5.9-14.20130511.el7_4 \ nss-softokn-freebl-3.90.0-6.el7_9 \ openssl-libs-1.0.2k-26.el7_9 \ @@ -111,6 +116,7 @@ SRC_DISTFILES= acl-2.2.51-15.el7${SRC_SUFX}:SOURCE \ libidn-1.28-4.el7${SRC_SUFX}:SOURCE \ libselinux-2.5-15.el7${SRC_SUFX}:SOURCE \ libsepol-2.5-10.el7${SRC_SUFX}:SOURCE \ + mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \ ncurses-5.9-14.20130511.el7_4${SRC_SUFX}:SOURCE \ nss-softokn-3.90.0-6.el7_9${SRC_SUFX}:SOURCE \ openssl-1.0.2k-26.el7_9${SRC_SUFX}:SOURCE \ |