libXcomposite: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:57:34 +00:00
parent 2c403627c6
commit be5c73df56

View File

@ -13,3 +13,7 @@ PKG_LONGDESC="X Composite Library"
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
post_configure_target() {
libtool_remove_rpath libtool
}