]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3924] Added a ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Thu, 12 Jun 2025 15:53:46 +0000 (17:53 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 17 Jun 2025 14:27:56 +0000 (16:27 +0200)
changelog_unreleased/3924-add-runstatedir-option [new file with mode: 0644]
meson.build

diff --git a/changelog_unreleased/3924-add-runstatedir-option b/changelog_unreleased/3924-add-runstatedir-option
new file mode 100644 (file)
index 0000000..bb0cb18
--- /dev/null
@@ -0,0 +1,7 @@
+[build]                fdupont
+       Added the 'runstatedir' configuration option so by
+       giving '-D runstatedir=run' one can override the 'var/run'
+       default. This variable and its usage are described in
+       GNU Coding Standards or autoconf doc since version 2.70.
+       Note this variable is not in meson built-in options.
+       (Gitlab #3624)
index 73b568562a242dd83feb437d3bdb4845e3134cb8..4e0ec39f9fb575fbfa17c2b72b6ebb90b19d5be9 100644 (file)
@@ -72,7 +72,7 @@ LOCALSTATEDIR_INSTALLED = PREFIX / LOCALSTATEDIR
 LIBDIR_INSTALLED = PREFIX / LIBDIR
 LOGDIR = LOCALSTATEDIR / 'log/kea'
 LOGDIR_INSTALLED = PREFIX / LOGDIR
-if RUNSTATEDIR = ''
+if RUNSTATEDIR == ''
     RUNSTATEDIR = LOCALSTATEDIR / 'run/kea'
 else
     RUNSTATEDIR = RUNSTATEDIR / 'kea'