diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-05-29 21:02:03 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-05-29 21:02:03 +0200 |
commit | 8badd84de6f723bd528e765a37b03ba9e8b18187 (patch) | |
tree | 956978f9ca8d5b5f9acc12bb0d1df46564b660ad /debian/control | |
parent | 3fbb42ec98548037dbf93b959b63d410c34a869f (diff) | |
download | vyos-strongswan-8badd84de6f723bd528e765a37b03ba9e8b18187.tar.gz vyos-strongswan-8badd84de6f723bd528e765a37b03ba9e8b18187.zip |
Make the connmark plugin Linux-onlu
- enable connmark only on Linux
- install connmark plugins files only on Linux
- make iptables-dev build-dep Linux-only.
- stop installing connmark plugins files inconditionnaly.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d5957c06a..e2f151496 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: bison, dpkg-dev (>= 1.16.2), flex, gperf, - iptables-dev, + iptables-dev [linux-any], libcap-dev [linux-any], libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libgcrypt20-dev | libgcrypt11-dev, |