aboutsummaryrefslogtreecommitdiffstats
path: root/main/libevent
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-28 20:03:48 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-28 20:04:03 +0100
commitcee1a6956f08278a92dcaa9d883f76309e04ba44 (patch)
treee4d3e1937d78005a3cd5e4a3fbab6d9bf9f33d66 /main/libevent
parent4c85a04d263a2e7f1e4bdf0f71287ab31734d04f (diff)
downloadaports-cee1a6956f08278a92dcaa9d883f76309e04ba44.tar.bz2
aports-cee1a6956f08278a92dcaa9d883f76309e04ba44.tar.xz
main/libevent: build static libs
Diffstat (limited to 'main/libevent')
-rw-r--r--main/libevent/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/libevent/APKBUILD b/main/libevent/APKBUILD
index bd2ebc35d9..22be97125a 100644
--- a/main/libevent/APKBUILD
+++ b/main/libevent/APKBUILD
@@ -3,7 +3,7 @@
pkgname=libevent
pkgver=2.1.8
_pkgver=$pkgver-stable
-pkgrel=2
+pkgrel=3
pkgdesc="An event notification library"
url="http://libevent.org/"
arch="all"
@@ -28,8 +28,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --sysconfdir=/etc \
- --disable-static
+ --sysconfdir=/etc
make
}