From af8870dfa400f83c2317c3a22ff141a54e7b7967 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 3 Jul 2021 10:41:57 +0200 Subject: meson-template.SlackBuild: Don't ship .la files Signed-off-by: Heinz Wiesinger --- meson-template.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild index b3fad40..57fdd76 100644 --- a/meson-template.SlackBuild +++ b/meson-template.SlackBuild @@ -131,6 +131,9 @@ cd build DESTDIR=$PKG ninja install cd .. +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + # Strip binaries and libraries - this can be done with 'make install-strip' # in many source trees, and that's usually acceptable if so, but if not, # use this: -- cgit v1.2.3