]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - strongswan/strongswan.nm
newt: Fix packaging of python-newt on x86_64.
[people/ms/ipfire-3.x.git] / strongswan / strongswan.nm
index 2db6214237d0f789e22e73c9cac6f5a883f797f6..ce84158329fab36bbf59b42eb0331497112e0c0b 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = strongswan
-version    = 4.6.1
+version    = 4.6.3
 release    = 1
 
 groups     = Networking/VPN
@@ -13,9 +13,9 @@ license    = GPL
 summary    = IPsec and IKEv1 implementation for Linux 2.4 and 2.6 kernels.
 
 description
-       StrongSwan is a complete IPsec and IKEv1 implementation for \
-       Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2 \
-       protocol with Linux 2.6 kernels. It interoperates in both IKEv1 \
+       StrongSwan is a complete IPsec and IKEv1 implementation for
+       Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2
+       protocol with Linux 2.6 kernels. It interoperates in both IKEv1
        and IKEv2 mode with most other IPsec-based VPN products.
 end
 
@@ -44,10 +44,13 @@ build
                --enable-ldap \
                --enable-sqlite \
                --enable-gcrypt \
-               --enable-padlock \
                --enable-cisco-quirks \
                --with-capabilities=libcap
 
+       if "%{DISTRO_ARCH}" == "i686"
+               configure_options += --enable-padlock
+       end
+
        test
                make check
        end