Skip to content

Commit

Permalink
systemd: Disable DNS over TLS
Browse files Browse the repository at this point in the history
Fix the error, that `gnutls/socket.h` cannot be found.

    ../source/src/resolve/resolved-dns-transaction.c:17:10: fatal error: gnutls/socket.h: No such
     file or directory
     #include <gnutls/socket.h>
              ^~~~~~~~~~~~~~~~~
    compilation terminated.

[1]: https://github.com/systemd/systemd/issues/9403
[2]: https://github.com/systemd/systemd/pull/9410
  • Loading branch information
pmenzel committed Dec 17, 2018
1 parent 0872265 commit 13e1590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd.be0
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ mee_configure() {
-Dblkid=true \
-Dbuildtype=release \
-Ddefault-dnssec=yes \
-Ddns-over-tls=false \
-Ddns-servers='141.14.16.1' \
-Dntp-servers='zeit.fu-berlin.de ntps1-0.cs.tu-berlin.de time.fu-berlin.de' \
-Dfirstboot=false \
Expand Down

0 comments on commit 13e1590

Please sign in to comment.