libbluray: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:54:14 +00:00
parent 593cd0d860
commit fdf95a15c7

View File

@ -39,3 +39,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-werror \
--with-fontconfig \
--with-libxml2 \
--with-gnu-ld"
post_configure_target() {
libtool_remove_rpath libtool
}