libXcursor: remove RPATH

This commit is contained in:
heitbaum 2022-01-12 14:06:47 +00:00
parent c59dd96ba8
commit 98c1adf32b

View File

@ -11,3 +11,7 @@ PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/libXcursor-${PKG_VE
PKG_DEPENDS_TARGET="toolchain libX11 libXfixes libXrender"
PKG_LONGDESC="X11 Cursor management library.s"
PKG_BUILD_FLAGS="+pic -sysroot"
post_configure_target() {
libtool_remove_rpath libtool
}