Skip to content

Commit

Permalink
Revert "Unbound: Compile with systemd support"
Browse files Browse the repository at this point in the history
This reverts commit 5876741.

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
```
  • Loading branch information
pmenzel committed Jun 15, 2017
1 parent 5876741 commit 0a43f4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions unbound.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a43f4b

Please sign in to comment.