diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-07-26 10:57:18 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-07-26 10:57:18 +0200 |
commit | 6e408eb31340230d4c57da34aeab640098c78d1a (patch) | |
tree | 079e71013865f537e1c100deb6dae288af2377e4 /debian/rules | |
parent | d5dc988a10f44a08f0b85e85d23abbd84c06a927 (diff) | |
download | vyos-strongswan-6e408eb31340230d4c57da34aeab640098c78d1a.tar.gz vyos-strongswan-6e408eb31340230d4c57da34aeab640098c78d1a.zip |
Don't rely on pkg-config based systemd detection
Build-depending on systemd to get the pkg-config detection to work would
obviously fail on !linux archs, so just hardcode the location of systemd
system units instead…
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8af4d3d30..447250857 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ + --with-systemdsystemunitdir=/lib/systemd/system \ --enable-ldap --enable-curl \ --enable-pkcs11 \ --enable-mediation --enable-medsrv --enable-medcli \ |