]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Set LOCALSTATEDIR as the socket dir
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 11:26:11 +0000 (13:26 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:36 +0000 (13:28 +0100)
meson/auth-socket-dir/meson.build

index 89a1bf7d79113fbd05171a4ad4a1b9caed5b4550..673db77744ff46bdbaca49afce6015cfb937c927 100644 (file)
@@ -1,4 +1,6 @@
 # Socket Dir
+# Inputs: conf
 # Outputs: opt_socket_dir
 
 opt_socket_dir = get_option('socket-dir')
+conf.set_quoted('LOCALSTATEDIR', opt_socket_dir, description: 'Local state or socket directory')