diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-02-10 16:07:16 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-02-10 16:51:35 +0100 |
commit | 068b9c0b76ee8d7baa3da4dc9fe998e01fdbad20 (patch) | |
tree | 01a267699d8109ae3e83a6b0fed82c0875f5e412 | |
parent | 6302f497549b71ba0a75a56b2e6b89370afe00d9 (diff) | |
download | strongswan-4.5.1.tar.bz2 strongswan-4.5.1.tar.xz |
maemo: Disabled some unneeded plugins.4.5.1
-rwxr-xr-x | packages/maemo-strongswan/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/maemo-strongswan/debian/rules b/packages/maemo-strongswan/debian/rules index 20eabe56d..323b41340 100755 --- a/packages/maemo-strongswan/debian/rules +++ b/packages/maemo-strongswan/debian/rules @@ -24,6 +24,8 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CONFIG_OPTIONS = \ --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ --disable-tools --disable-scripts \ + --disable-fips-prf --disable-pubkey --disable-attr \ + --disable-constraints --disable-revocation \ --disable-sha1 --disable-sha2 --disable-aes --disable-des \ --disable-md5 --disable-gmp --disable-pgp --disable-dnskey \ --enable-openssl --enable-monolithic --enable-eap-identity \ |