aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dqlite/APKBUILD
diff options
context:
space:
mode:
authorDaniel Gray <dng@disroot.org>2020-11-10 14:47:59 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-11-11 18:32:00 +0000
commitfb77393fab08fdd8795163abc6edeea710e24e3b (patch)
tree2d21cb5475db4a89d0d3ccedf08447c73fdb0be5 /testing/dqlite/APKBUILD
parent31f6ecb9e47b0196c60c6d4f030d9583eecb453f (diff)
testing/dqlite: Static build lxd-{agent,p2c}
Diffstat (limited to 'testing/dqlite/APKBUILD')
-rw-r--r--testing/dqlite/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/dqlite/APKBUILD b/testing/dqlite/APKBUILD
index 7ccc983fd3f..e6ca728053f 100644
--- a/testing/dqlite/APKBUILD
+++ b/testing/dqlite/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=dqlite
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="Embeddable, replicated and fault tolerant SQL engine."
url="https://dqlite.io/"
arch="all"
@@ -10,7 +10,7 @@ license="Apache"
depends="raft"
makedepends="libuv-dev sqlite-dev sqlite-replication-dev
raft-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/dqlite/archive/v$pkgver.tar.gz"
prepare() {
@@ -20,8 +20,7 @@ prepare() {
build() {
./configure \
- --prefix=/usr \
- --enable-static=no
+ --prefix=/usr
make
}