mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
libimobiledevice: removed reundant deps, do not build cython bindings
This commit is contained in:
parent
fd4d987602
commit
13d1162c13
@ -47,7 +47,6 @@ drwxr-xr-x root/root usr/include/libimobiledevice/
|
||||
-rw-r--r-- root/root usr/include/libimobiledevice/webinspector.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libimobiledevice-1.0.a
|
||||
-rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.la
|
||||
lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so -> libimobiledevice-1.0.so.6.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so.6 -> libimobiledevice-1.0.so.6.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.so.6.0.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A cross-platform protocol library to communicate with iOS devices
|
||||
# URL: https://github.com/libimobiledevice/libimobiledevice
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: libusbmuxd python3-cython libplist
|
||||
# Depends on: libusbmuxd
|
||||
|
||||
name=libimobiledevice
|
||||
version=1.3.0
|
||||
@ -13,16 +13,16 @@ build()
|
||||
|
||||
cd $name-${version}*
|
||||
|
||||
# Fix build with libplist 2.3.0
|
||||
# Fix build with libplist 2.3.0
|
||||
patch -Np1 -i ../libimobiledevice-libplist-2.3.0.patch
|
||||
|
||||
autoreconf -fi
|
||||
autoreconf -fvi
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --without-cython
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
rm $PKG/usr/lib/*.la
|
||||
make DESTDIR=$PKG install
|
||||
rm $PKG/usr/lib/*.la
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user