diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-08-21 21:36:38 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-08-21 21:36:38 +0000 |
commit | 725b89225a9d1b06f92e93d25db066157ed75aa4 (patch) | |
tree | 26eab5e0ff77e8cb66682564d50b813ccb228ae6 /debian | |
parent | e0a3192a9f9422574730ab7d06e8ee5219505131 (diff) | |
download | vyos-strongswan-725b89225a9d1b06f92e93d25db066157ed75aa4.tar.gz vyos-strongswan-725b89225a9d1b06f92e93d25db066157ed75aa4.zip |
Fix compilation options for charon.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 16 insertions, 1 deletions
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 <rmayr@debian.org> 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 \ |