diff options
-rw-r--r-- | app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild b/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild index 7dae722..f23711c 100644 --- a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild +++ b/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild @@ -172,7 +172,7 @@ clean_bundled_libs() { rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs" # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h. + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l. # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link # in libcds.so to be able to use system libs. pushd >/dev/null . diff --git a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild b/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild index e6aa244..f49a91e 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild @@ -185,7 +185,7 @@ clean_bundled_libs() { rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs" # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h. + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l. # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link # in libcds.so to be able to use system libs. pushd >/dev/null . |