On Wed, 20 Sep 2023 10:37:49 +0200 Helmut Grohne <[email protected]> wrote: > systemd wants to change the location of system units in systemd.pc to > point below /usr. Since the last upload, cloudflare-ddns consumes this > value, but it fails to build once the value is changed, because it is > only integrated into the upstream build system, but the .install file > hard codes the location. I'm attaching a patch that fixes this future > FTBFS.
Hi Helmut, thanks for your patch and for your work on /usr-merge! While this fixes this specific issue, other systemd-related paths are still hardcoded in the .install file. Is the approach you proposed here the only way? Should I manually export all the systemd pkg-config variables used in the upstream build system (sysusers.d, for instance)? Thanks again :D

