]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - README
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / README
diff --git a/README b/README
index 9cc491e80611e47457f6a8f8e019caadb9a30996..fcf20ed9f8c95f73a570453c93704d0c424e88af 100644 (file)
--- a/README
+++ b/README
@@ -158,6 +158,7 @@ REQUIREMENTS:
         openssl >= 1.1.0 (optional, required to support DNS-over-TLS with openssl)
         elfutils >= 158 (optional)
         polkit (optional)
+        tzdata >= 2014f (optional)
         pkg-config
         gperf
         docbook-xsl (optional, required for documentation)
@@ -181,7 +182,7 @@ REQUIREMENTS:
         To build in directory build/:
           meson build/ && ninja -C build
 
-        Any configuration options can be specfied as -Darg=value... arguments
+        Any configuration options can be specified as -Darg=value... arguments
         to meson. After the build directory is initially configured, meson will
         refuse to run again, and options must be changed with:
           mesonconf -Darg=value...