aboutsummaryrefslogtreecommitdiffstats
path: root/main/libwebsockets
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-22 17:44:25 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-22 18:39:48 +0100
commitf3c03aa52d3a57d96e701d2260e511b29946b9f4 (patch)
treede08428602c4c56cbe00d0235beb16bd5e1d250c /main/libwebsockets
parent5561b98aaffeaf2c537257fcf7eeca1e2e94d70a (diff)
downloadaports-f3c03aa52d3a57d96e701d2260e511b29946b9f4.tar.bz2
aports-f3c03aa52d3a57d96e701d2260e511b29946b9f4.tar.xz
main/libwebsockets: do not remove *.a files
It's referenced in pkgconfig file, so it breaks build of dependent packages that use pkgconfig to resolve libs.
Diffstat (limited to 'main/libwebsockets')
-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() {