[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Jun 10 18:42:12 UTC 2020


    Date: Wednesday, June 10, 2020 @ 18:42:04
  Author: eworm
Revision: 388758

disable DNSSEC by default

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 18:19:58 UTC (rev 388757)
+++ PKGBUILD	2020-06-10 18:42:04 UTC (rev 388758)
@@ -138,7 +138,11 @@
     -Dlz4=true
     -Dman=true
 
+    # We disable DNSSEC by default, it still causes trouble:
+    # https://github.com/systemd/systemd/issues/10579
+    
     -Ddbuspolicydir=/usr/share/dbus-1/system.d
+    -Ddefault-dnssec=no
     -Ddefault-hierarchy=hybrid
     -Ddefault-kill-user-processes=false
     -Ddefault-locale=C



More information about the arch-commits mailing list