summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-07-26 10:57:18 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-07-26 10:57:18 +0200
commit6e408eb31340230d4c57da34aeab640098c78d1a (patch)
tree079e71013865f537e1c100deb6dae288af2377e4 /debian/rules
parentd5dc988a10f44a08f0b85e85d23abbd84c06a927 (diff)
downloadvyos-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-xdebian/rules1
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 \