xf86-input-synaptics: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:55:09 +00:00
parent d3f50039f7
commit 593cd0d860

View File

@ -12,3 +12,7 @@ PKG_LONGDESC="Synaptics touchpad driver for X.Org."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--with-xorg-module-dir=${XORG_PATH_MODULES}"
post_configure_target() {
libtool_remove_rpath libtool
}