libgksu: remove la files.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-20 09:52:38 +07:00
parent 6c28c9dff5
commit 8ff9f00bd0
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -24,7 +24,7 @@
PRGNAM=libgksu
VERSION=${VERSION:-2.0.12}
BUILD=${BUILD:-4}
BUILD=${BUILD:-5}
TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then
@ -101,6 +101,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true