libmtp: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:52:53 +00:00
parent 08428eda56
commit c3769eeb6c

View File

@ -15,3 +15,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
--disable-shared \
--enable-static \
--disable-mtpz"
post_configure_target() {
libtool_remove_rpath libtool
}