aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kea/APKBUILD')
-rw-r--r--testing/kea/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kea/APKBUILD b/testing/kea/APKBUILD
index 91526dcdd4..326234314b 100644
--- a/testing/kea/APKBUILD
+++ b/testing/kea/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kea
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6"
arch="all"
url="http://kea.isc.org"
@@ -26,8 +26,8 @@ build() {
cd "$builddir"
./configure \
- --with-dhcp-mysql \
- --with-dhcp-pgsql \
+ --with-mysql \
+ --with-pgsql \
--prefix=/usr \
--libexecdir=/usr/lib \
--sysconfdir=/etc \