diff options
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, |