libraries/libev: Remove .la files.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-05 08:45:50 +07:00
parent daf151c179
commit 854879e041
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 2 additions and 0 deletions

View File

@ -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,