summaryrefslogtreecommitdiffstats
path: root/libraries/libev
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-05 08:45:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-05 08:46:18 +0700
commit854879e04106ca68ec99ecc4fbc76252a61cdad6 (patch)
tree778dbd05c1be5f6d238f444303d04140fd46e70f /libraries/libev
parentdaf151c17906e729a6aa6d96434339179263fc72 (diff)
downloadslackbuilds-854879e04106ca68ec99ecc4fbc76252a61cdad6.tar.gz
slackbuilds-854879e04106ca68ec99ecc4fbc76252a61cdad6.tar.xz
libraries/libev: Remove .la files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libev')
-rw-r--r--libraries/libev/libev.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/libev/libev.SlackBuild b/libraries/libev/libev.SlackBuild
index 6f534a68b5..0baf104e88 100644
--- a/libraries/libev/libev.SlackBuild
+++ b/libraries/libev/libev.SlackBuild
@@ -94,6 +94,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+
# avoid conflicting with libevent, we move an header in a subfolder
# and we will explicitly add CPPFLAGS="-I/usr/include/libev" when
# building software depending on this, if needed: lighttpd2 and i3,