libbdplus: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:53:54 +00:00
parent fdf95a15c7
commit 768bd08920

View File

@ -23,3 +23,7 @@ if [ "${BLURAY_AACS_SUPPORT}" = "yes" ]; then
else
PKG_CONFIGURE_OPTS_TARGET+=" --without-libaacs"
fi
post_configure_target() {
libtool_remove_rpath libtool
}