libXrandr: remove RPATH

This commit is contained in:
heitbaum 2022-01-12 14:06:47 +00:00
parent 17ea78843b
commit b3e8ddb090

View File

@ -12,3 +12,7 @@ PKG_DEPENDS_TARGET="toolchain util-macros libX11 libXrender libXext"
PKG_LONGDESC="Xrandr is a simple library designed to interface the X Resize and Rotate Extension."
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
post_configure_target() {
libtool_remove_rpath libtool
}