]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add flycheck configuration for libxml2 and json-c on Linux
authorOndřej Surý <ondrej@sury.org>
Mon, 15 Nov 2021 11:18:44 +0000 (12:18 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 15 Nov 2021 11:34:27 +0000 (12:34 +0100)
(cherry picked from commit 41f86440c44e5800190f069fa74d7a997eb6e40b)

.dir-locals.el

index fb7c4c072a82c928fd0ed09650a1f40db77c687f..1fe69da5f2bf03cb863a8f5bad7cdde7d64bc3e1 100644 (file)
@@ -77,6 +77,9 @@
               (expand-file-name
                (concat directory-of-current-dir-locals-file "bin/rndc/include"))
 
+              (expand-file-name "/usr/include/libxml2")
+              (expand-file-name "/usr/include/json-c")
+              
               (expand-file-name "/usr/local/opt/openssl@1.1/include")
               (expand-file-name "/usr/local/opt/libxml2/include/libxml2")
               (expand-file-name "/usr/local/opt/json-c/include/json-c/")