summaryrefslogtreecommitdiffstats
path: root/libraries/gtkspell3/gtkspell3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtkspell3/gtkspell3.SlackBuild')
-rw-r--r--libraries/gtkspell3/gtkspell3.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/gtkspell3/gtkspell3.SlackBuild b/libraries/gtkspell3/gtkspell3.SlackBuild
index 0f20bd250c..229919db89 100644
--- a/libraries/gtkspell3/gtkspell3.SlackBuild
+++ b/libraries/gtkspell3/gtkspell3.SlackBuild
@@ -94,6 +94,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+rm -rf $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