diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/kea/APKBUILD | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/testing/kea/APKBUILD b/testing/kea/APKBUILD index 3bbdd78c12..6dcee362d0 100644 --- a/testing/kea/APKBUILD +++ b/testing/kea/APKBUILD @@ -3,14 +3,24 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=kea pkgver=1.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="DHCPv4, DHCPv6 and DDNS server from ISC" url="http://kea.isc.org" arch="all !armhf !armv7" license="MPL2" depends="" checkdepends="procps" -makedepends="botan-dev libcap log4cplus-dev boost-dev postgresql-dev mariadb-dev python3-dev" +makedepends=" + bison + boost-dev + botan-dev + flex + libcap + log4cplus-dev + mariadb-dev + postgresql-dev + python3-dev + " pkgusers="kea" pkggroups="kea" install="$pkgname.pre-install" @@ -63,6 +73,9 @@ build() { --runstatedir=/run \ --with-mysql \ --with-pgsql \ + --disable-rpath \ + --enable-generate-messages \ + --enable-generate-parser \ --enable-shell make } |
