Skip to content
Snippets Groups Projects
Commit 7e7931f4 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

enable json support (FS#76130)

parent 02dae290
No related branches found
Tags 2.2.7-2
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=keepalived
pkgver=2.2.7
pkgrel=1
pkgrel=2
pkgdesc='Failover and monitoring daemon for LVS clusters'
arch=('x86_64')
url='https://www.keepalived.org/'
......@@ -31,7 +31,8 @@ build() {
--sysconfdir=/etc \
--sbindir=/usr/bin \
--localstatedir=/var \
--runstatedir=/run
--runstatedir=/run \
--enable-json
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment