Commit aebabb2780da4c5f85fec00b56f4690feb646073 added an old-style configuration to the systemd build, which is rejected by the new meson build system. I'm currently testing this fix to package/systemd/systemd.mk: ifneq ($(SYSTEMD_FALLBACK_HOSTNAME),) SYSTEMD_CONF_OPTS += -Dfallback-hostname=$(SYSTEMD_FALLBACK_HOSTNAME) endif I'll submit a patch once I have verified the build result.
Thanks!
Well, the mailing list rejects my patch. I hope one of the CC:'s will apply it then.
Committed patch to git, thanks!