aboutsummaryrefslogtreecommitdiffstats
path: root/main/libwebsockets/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libwebsockets/APKBUILD')
-rw-r--r--main/libwebsockets/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/libwebsockets/APKBUILD b/main/libwebsockets/APKBUILD
index 861c62c75a..fb4bd85356 100644
--- a/main/libwebsockets/APKBUILD
+++ b/main/libwebsockets/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwebsockets
pkgver=2.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="C library for lightweight websocket clients and servers"
url="http://libwebsockets.org"
arch="all"
@@ -42,7 +42,6 @@ package() {
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE || return 1
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
- rm -f "$pkgdir"/usr/lib/*.a
}
_test() {