diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-02 15:41:16 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-07-02 15:41:53 +0200 |
commit | 1ad7db82d5016c43353dc2dff02d6c422c080c60 (patch) | |
tree | a525fabf68a7c48d0a1eaf8a02d2d5983d84e9fa /debian/control | |
parent | 7cdc5510e163b66be3b6379d1b3a785f2c91e4e5 (diff) | |
download | vyos-strongswan-1ad7db82d5016c43353dc2dff02d6c422c080c60.tar.gz vyos-strongswan-1ad7db82d5016c43353dc2dff02d6c422c080c60.zip |
correcty hande non linux arches:
* debian/rules:
- and finally libcap-dev linux-any too...
- make -ikev1 linux-any since pluto can't be build on FreeBSD.
- handle non kFreeBSD more carefully closes: #640928
+ don't enable NM and Linux capabilities drop;
+ disable pluto (and xauth plugin);
+ don't enable farp and dhcp, enable kernel-pf{key,route} plugins
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 34b9e87a5..d1fbe5922 100644 --- a/debian/control +++ b/debian/control @@ -73,7 +73,7 @@ Description: strongSwan daemon starter and configuration file parser IKEv1 daemon is limited to configurations from ipsec.conf. Package: strongswan-ikev1 -Architecture: any +Architecture: linux-any Pre-Depends: debconf | debconf-2.0 Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version}), strongswan-starter, bsdmainutils, |