libXi: remove RPATH

This commit is contained in:
heitbaum 2022-01-12 14:06:47 +00:00
parent 5db4c6e81e
commit a5ddb27c02

View File

@ -22,3 +22,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
--without-xsltproc \
--without-asciidoc \
--with-gnu-ld"
post_configure_target() {
libtool_remove_rpath libtool
}