]> 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:45 +0000 (12:34 +0100)
(cherry picked from commit 41f86440c44e5800190f069fa74d7a997eb6e40b)

.dir-locals.el

index 9178b8584797173e3881a3c000e4f4a3f079b4fd..61dc410d12dc9db0084252459c6fd375be4c2b73 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/")