diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-15 09:39:02 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-15 09:39:02 +0000 |
commit | c9e3aaf0657e98bc047486ba87edf1489a39ba94 (patch) | |
tree | 46740accab03a1fe5eb2b4c16da27007890e857f /debian | |
parent | b302b874278b5658e4c2772ef9a738e87fafec92 (diff) | |
download | vyos-strongswan-c9e3aaf0657e98bc047486ba87edf1489a39ba94.tar.gz vyos-strongswan-c9e3aaf0657e98bc047486ba87edf1489a39ba94.zip |
- Explicitly set path to opensc-pkcs11 engine.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5583ec72a..cef4510d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ strongswan (4.1.10-2) unstable; urgency=low * Enable new configure options: dbus, xml, nonblocking, thread, peer- to-peer NAT-traversal and the manager interface support. + * Also set the default path to the opensc-pkcs11 engine explicitly. - -- Rene Mayrhofer <rene@mayrhofer.eu.org> Fri, 15 Feb 2008 10:25:49 +0100 + -- Rene Mayrhofer <rmayr@debian.org> Fri, 15 Feb 2008 10:25:49 +0100 strongswan (4.1.10-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 15248df3e..b84c43fa1 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ configure-stamp: patch --enable-http --enable-ldap \ --enable-nonblocking --enable-thread \ --enable-smartcard --enable-cisco-quirks \ + --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ --enable-dbus --enable-xml \ --enable-p2p --enable-manager # Could enable --enable-nat-transport, but this is actually insecure, |