From: Fred Morcos Date: Tue, 15 Aug 2023 11:26:11 +0000 (+0200) Subject: Meson: Set LOCALSTATEDIR as the socket dir X-Git-Tag: rec-5.1.0-alpha1~80^2~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeda523769f4d426d10ba25e51d76ae1655a0d86;p=thirdparty%2Fpdns.git Meson: Set LOCALSTATEDIR as the socket dir --- diff --git a/meson/auth-socket-dir/meson.build b/meson/auth-socket-dir/meson.build index 89a1bf7d79..673db77744 100644 --- a/meson/auth-socket-dir/meson.build +++ b/meson/auth-socket-dir/meson.build @@ -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')