mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
libbdplus: remove RPATH
This commit is contained in:
parent
fdf95a15c7
commit
768bd08920
@ -23,3 +23,7 @@ if [ "${BLURAY_AACS_SUPPORT}" = "yes" ]; then
|
|||||||
else
|
else
|
||||||
PKG_CONFIGURE_OPTS_TARGET+=" --without-libaacs"
|
PKG_CONFIGURE_OPTS_TARGET+=" --without-libaacs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user