usbmuxd: remove RPATH

This commit is contained in:
Rudi Heitbaum 2023-12-03 04:38:22 +00:00
parent 0ee24f5077
commit cf339b5a3b

View File

@ -23,6 +23,10 @@ PKG_DISCLAIMER="Additional data charges may occur. The LibreELEC team doesn't ta
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes"
post_configure_target() {
libtool_remove_rpath libtool
}
makeinstall_target() {
:
}