mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
alsa-utils: remove RPATH
fix introduced RPATH regression /usr/lib/alsa-topology/libalsatplg_module_nhlt.so /usr/bin/alsatplg /usr/bin/alsaucm /usr/bin/amixer /usr/bin/aplay /usr/bin/axfer /usr/bin/nhlt-dmic-info /usr/bin/speaker-test /usr/sbin/alsactl RUNPATH Library runpath: [/build/LibreELEC.tv/build.LibreELEC-Generic.x86_64-12.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib]
This commit is contained in:
parent
9e74e378c9
commit
c3969693ea
@ -21,6 +21,10 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-alsaconf \
|
||||
--disable-rst2man \
|
||||
--disable-xmlto"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/lib ${INSTALL}/var
|
||||
rm -rf ${INSTALL}/usr/share/alsa/speaker-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user