summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2009-04-18 18:30:17 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2009-04-18 18:30:17 +0000
commita33d6529e9bbf1e1afd7b2e8e44e0710987ff645 (patch)
tree4872465527949530110d61fb1e27ca93bd7659d2 /debian
parentdb1681b0af64c92cdbe1d4ab782dce6f5d000f2d (diff)
downloadvyos-strongswan-a33d6529e9bbf1e1afd7b2e8e44e0710987ff645.tar.gz
vyos-strongswan-a33d6529e9bbf1e1afd7b2e8e44e0710987ff645.zip
- Minor build fix.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
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: