From 725b89225a9d1b06f92e93d25db066157ed75aa4 Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Sat, 21 Aug 2010 21:36:38 +0000 Subject: Fix compilation options for charon. --- debian/changelog | 16 ++++++++++++++++ debian/rules | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b8b296f26..6cefe0c29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +strongswan (4.4.1-1.1) unstable; urgency=low + + * Recompiled with dpkg-buildpackage instead of svn-buildpackage to + make the clean target work. I am still looking for the root cause of + this quilt 3.0 format and svn-buildpackage incompatibility. + Closes: Bug#593313: strongswan: FTBFS because clean rule fails + * Removed the --enable-socket-* configure options again. Having multiple + socket variants for charon would force to explicitly enable one (in case + of pluto co-existance the socket-raw) in strongswan.conf. Disabling the + other variants for now at build-time relieves us from changing the + default config file and might be more future-proof concerning future + upstream changes to configure options. + Really closes: #587583 + + -- Rene Mayrhofer Sat, 21 Aug 2010 23:28:47 +0200 + strongswan (4.4.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 7ea928b8c..69619219c 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,6 @@ export DEB_BUILD_HARDENING=1 CONFIGUREARGS := --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib \ - --enable-socket-raw --enable-socket-dynamic \ --enable-ldap --enable-curl \ --with-capabilities=libcap \ --enable-smartcard \ -- cgit v1.2.3