libimobiledevice: remove RPATH

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

View File

@ -16,6 +16,10 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--without-cython \
--disable-largefile"
post_configure_target() {
libtool_remove_rpath libtool
}
post_makeinstall_target() {
mkdir -p "${SYSROOT_PREFIX}/usr/include/lib/libimobiledevice"
cp ${PKG_BUILD}/common/utils.h "${SYSROOT_PREFIX}/usr/include/libimobiledevice"