From f6af33f6e2b47933800b0b8d797291d026753fa2 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 24 Sep 2016 14:44:06 +0200 Subject: [PATCH] add kill API to packages closes #153 --- etc/centos/config.mk.in | 2 +- etc/debian/config.mk.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/centos/config.mk.in b/etc/centos/config.mk.in index 8afcb77..dfcb6a6 100644 --- a/etc/centos/config.mk.in +++ b/etc/centos/config.mk.in @@ -7,7 +7,7 @@ WITH_MQTT ?= yes WITH_HTTP ?= yes WITH_LUA ?= yes WITH_PING ?= yes -WITH_KILL ?= no +WITH_KILL ?= yes WITH_ENCRYPT ?= yes WITH_GREENWICH ?= yes diff --git a/etc/debian/config.mk.in b/etc/debian/config.mk.in index 6ff68c7..6fdecea 100644 --- a/etc/debian/config.mk.in +++ b/etc/debian/config.mk.in @@ -7,7 +7,7 @@ WITH_MQTT ?= yes WITH_HTTP ?= yes WITH_LUA ?= yes WITH_PING ?= yes -WITH_KILL ?= no +WITH_KILL ?= yes WITH_ENCRYPT ?= yes WITH_GREENWICH ?= yes