diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-06-16 11:11:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-06-16 11:11:57 +0000 |
commit | 145eb18e6d7ffa6e58dbb4581aba846d8e6b8189 (patch) | |
tree | 4782b6bf140d4fd8063fa07eb4cd2d746e48f644 /testing | |
parent | 382933aaa01377b9d3e6c50370e8406da3facf2c (diff) | |
download | aports-145eb18e6d7ffa6e58dbb4581aba846d8e6b8189.tar.bz2 aports-145eb18e6d7ffa6e58dbb4581aba846d8e6b8189.tar.xz |
testing/wslay: reset pkgrel to 0, disabled static libs
Diffstat (limited to 'testing')
-rw-r--r-- | testing/wslay/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/wslay/APKBUILD b/testing/wslay/APKBUILD index a1f6f92223..2be4ef0a74 100644 --- a/testing/wslay/APKBUILD +++ b/testing/wslay/APKBUILD @@ -3,7 +3,7 @@ pkgname=wslay pkgver=1.0.0 -pkgrel=1 +pkgrel=0 pkgdesc="The WebSocket library in C" url="http://wslay.sourceforge.net/" arch="all" @@ -25,6 +25,7 @@ build() { cd "$_builddir" ./configure \ --prefix=/usr \ + --disable-static \ || return 1 make || return 1 } |