libusbmuxd: remove RPATH

This commit is contained in:
heitbaum 2022-01-12 14:06:47 +00:00
parent c9ba4cc232
commit e658c8a1f6

View File

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