diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fdff3a9ba..048b2fda9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +strongswan (4.2.14-2) unstable; urgency=low + + * Fix padlock handling for i386 in debian/rules. + + -- Rene Mayrhofer <rmayr@debian.org> Sat, 18 Apr 2009 20:28:51 +0200 + strongswan (4.2.14-1) unstable; urgency=low * New upstream release, which incorporates the fix. Removed dpatch for it. diff --git a/debian/rules b/debian/rules index be3994677..aaf03f971 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ endif # the padlock plugin only makes sense on i386 # but it actually doesn't do much, so maybe we don't need it ifeq ($(DEB_BUILD_ARCH_CPU),i386) - CONFIGURE_ARGS += --enable-padlock + CONFIGUREARGS += --enable-padlock endif patch: |