aboutsummaryrefslogtreecommitdiffstats
path: root/testing/raft/APKBUILD
diff options
context:
space:
mode:
authorDaniel Gray <dng@disroot.org>2020-11-10 14:49:52 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-11-11 18:32:00 +0000
commitebf4b178b6ab269a08ce6ab98faee0d968df42ee (patch)
tree6270d812897dcd792ac08224e79ed3e4d1df9ad5 /testing/raft/APKBUILD
parentfb77393fab08fdd8795163abc6edeea710e24e3b (diff)
testing/raft: Static build lxd-{agent,p2c}
Diffstat (limited to 'testing/raft/APKBUILD')
-rw-r--r--testing/raft/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/raft/APKBUILD b/testing/raft/APKBUILD
index e6d0b795bfc..25c4a436ff5 100644
--- a/testing/raft/APKBUILD
+++ b/testing/raft/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=raft
pkgver=0.9.25
-pkgrel=0
+pkgrel=1
pkgdesc="C implementation of the Raft consensus protocol"
url="https://github.com/canonical/raft"
arch="all"
license="LGPL3"
makedepends="linux-headers libuv-dev autoconf automake libtool"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/canonical/raft/archive/v$pkgver.tar.gz
unistd-include.patch"
@@ -20,7 +20,6 @@ prepare() {
build() {
./configure \
--prefix=/usr \
- --enable-static=no \
--enable-example=no
make
}