mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
libimobiledevice: remove RPATH
This commit is contained in:
parent
e658c8a1f6
commit
3858babb82
@ -16,6 +16,10 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
|||||||
--without-cython \
|
--without-cython \
|
||||||
--disable-largefile"
|
--disable-largefile"
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p "${SYSROOT_PREFIX}/usr/include/lib/libimobiledevice"
|
mkdir -p "${SYSROOT_PREFIX}/usr/include/lib/libimobiledevice"
|
||||||
cp ${PKG_BUILD}/common/utils.h "${SYSROOT_PREFIX}/usr/include/libimobiledevice"
|
cp ${PKG_BUILD}/common/utils.h "${SYSROOT_PREFIX}/usr/include/libimobiledevice"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user