conf: Install charon-specific snippets also when charon itself is not built

To make the default strongswan.conf, with `load_modular` enabled, work
if charon itself is not built, we enable generating the charon-specific
snippets also for the two other daemons that fall back on reading
options from the `charon` section.
This commit is contained in:
Tobias Brunner
2026-03-17 08:32:34 +01:00
parent 0d10fa6dda
commit b23387a3d6
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ confsnippets = $(alloptions:opt=conf)
plugins_install_tmp = $(config_plugins:%=plugins/%.tmp)
plugins_install_src = $(config_plugins:%=plugins/%.conf)
if USE_CHARON
if USE_CHARON_CONF
charon_install_src = $(charon_plugins:%=plugins/%.conf)
endif
if USE_CMD