xf86-video-vmware: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:56:14 +00:00
parent 82774540fc
commit 0b4c5e801e

View File

@ -15,3 +15,7 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-vmwarectrl-client \
--with-xorg-module-dir=${XORG_PATH_MODULES}"
post_configure_target() {
libtool_remove_rpath libtool
}