diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-01-23 01:17:39 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-01-23 09:00:00 +0100 |
commit | 894a7dcff6c811140eef27e7270b87646143328f (patch) | |
tree | 4e8e1824871bbfb84c39cb0bd15ac29cd708e8ab /source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild | |
parent | 399262bfa44c53fd233aa9d79b8e157e59a00f77 (diff) | |
download | current-894a7dcff6c811140eef27e7270b87646143328f.tar.gz current-894a7dcff6c811140eef27e7270b87646143328f.tar.xz |
Sun Jan 23 01:17:39 UTC 202220220123011739
ap/ddrescue-1.26-x86_64-1.txz: Upgraded.
d/parallel-20220122-noarch-1.txz: Upgraded.
l/libimobiledevice-20211124_2c6121d-x86_64-2.txz: Rebuilt.
Don't include compatibility pkgconfig symlink. It's unlikely that
anything requires it.
l/libimobiledevice-glue-20211125_3cb687b-x86_64-2.txz: Rebuilt.
Removed broken pkgconfig symlink. Thanks to marav.
isolinux/initrd.img: Rebuilt.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild')
-rwxr-xr-x | source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild b/source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild index 6f8a9967d..2ee69caf3 100755 --- a/source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild +++ b/source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libimobiledevice-glue VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -101,11 +101,6 @@ make install DESTDIR=$PKG || exit 1 # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la -# Provide a symlink from the old pkgconfig name: -( cd $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig - ln -sf libimobiledevice-1.*.pc libimobiledevice.pc -) - # Strip binaries: find $PKG | xargs file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null |