summaryrefslogtreecommitdiffstats
path: root/source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild')
-rwxr-xr-xsource/l/libimobiledevice-glue/libimobiledevice-glue.SlackBuild7
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