From 0a43f4b7a4c3710fdf5c1fe4428429a08a63441f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 15 Jun 2017 12:08:05 +0200 Subject: [PATCH] Revert "Unbound: Compile with systemd support" This reverts commit 587674174f09fe6e9c319e34a06d65741fad3093. Unbound expects at least systemd 209 with libsystemd. Currently systemd 27 is installed, so the check fails. ``` checking for SYSTEMD... no checking for SYSTEMD_DAEMON... no ``` --- unbound.be0 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/unbound.be0 b/unbound.be0 index 1bcbfa02a..19fdb14a7 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -53,10 +53,9 @@ SRCURL[0]="https://www.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz" # bee_patch "${@}" #} -mee_configure() { - bee_configure \ - --enable-systemd -} +#mee_configure() { +# bee_configure +#} #mee_build() { # bee_build