]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Fix make distcheck if systemd is installed
authorTobias Brunner <tobias@strongswan.org>
Fri, 9 Nov 2018 15:48:40 +0000 (16:48 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Nov 2018 13:36:38 +0000 (14:36 +0100)
commitd8d756e3067942fb7ab46589b2277b568068b222
treedea23da3e2996a352b4f504d6bf4269eb56c5b37
parentcab4b3a34132ac799c293bdfdfb26dcfada87c77
Fix make distcheck if systemd is installed

The automatically determined path for systemd units is an absolute system
path that doesn't respect $(prefix).  That's a problem for make distcheck,
which is usually ran as regular user and it's not expected to have any
impact on the system (it does a local install in a subdir).  To avoid
these issues we override the configure flags used by make distcheck and
set the path to one relative to the specified prefix.
Makefile.am