diff options
author | 2015-11-14 22:44:46 +0100 | |
---|---|---|
committer | 2015-11-14 22:44:46 +0100 | |
commit | 666bc140de96de4dd87e502708da36d9ae116036 (patch) | |
tree | 7ff0833b6240693eec38e1128d11ec3f916ff2c0 /app-emulation | |
parent | app-emulation/vmware-workstation: add untested rpath logic (diff) | |
download | vmware-666bc140de96de4dd87e502708da36d9ae116036.tar.gz vmware-666bc140de96de4dd87e502708da36d9ae116036.tar.bz2 vmware-666bc140de96de4dd87e502708da36d9ae116036.zip |
Revert "app-emulation/vmware-workstation: add untested rpath logic"
This reverts commit e95136ce6a2fba26b53505fad7d82b630dc463dc.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild b/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild index 986b5a5..c17809b 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-11.1.2.2780323-r3.ebuild @@ -29,14 +29,6 @@ RESTRICT="mirror strip" BUNDLED_LIBS_DIR=/opt/vmware/lib/vmware/lib -BUNDLED_LIBS_PATCH=" - libvmplayer.so - libvmware-enter-serial.so - libvmware-fuseUI.so - libgcr.so.0 - libgksu2.so.0 -" - BUNDLED_LIBS=" libXau.so.6 libXcomposite.so.1 @@ -139,8 +131,6 @@ RDEPEND=" PDEPEND="~app-emulation/vmware-modules-304.${PV_MINOR} vmware-tools? ( app-emulation/vmware-tools )" -DEPEND="dev-util/patchelf" - S=${WORKDIR} VM_INSTALL_DIR="/opt/vmware" VM_DATA_STORE_DIR="/var/lib/vmware/Shared VMs" @@ -187,15 +177,6 @@ clean_bundled_libs() { done } -patch_bundled_libs() { - for libname in ${BUNDLED_LIBS_PATCH} ; do - if [[ -f "${S}"/lib/lib/${libname}/${libname} ]]; then - einfo "Setting RPATH of ${libname}" - patchelf --set-rpath "${VM_INSTALL_DIR}"/lib/vmware/lib "${S}"/lib/lib/${libname}/${libname} || die "Failed patching ${libname}" - fi - done -} - src_prepare() { rm -f bin/vmware-modconfig rm -rf lib/modules/binary @@ -211,7 +192,6 @@ src_prepare() { if ! use bundled-libs ; then clean_bundled_libs fi - patch_bundled_libs DOC_CONTENTS=" /etc/env.d is updated during ${PN} installation. Please run:\n |