Package: strongswan-nm
Version: 4.5.0-1
Severity: serious
Tag: patch

Hi,

The strongswan-nm package is currently missing the libstrongswan-nm.so
module, this make the package useless and prevent network-manager to
work as expected with.

The fix seems pretty trivial, the --enable-nm is not passed as expected
to the configure.

Cheers

Laurent Bigonville


--- strongswan-4.5.0/debian/rules       2011-01-04 18:29:00.000000000 +0100
+++ strongswan-4.5.0/debian/rules       2011-05-24 14:31:34.000000000 +0200
@@ -54,7 +54,7 @@
 # to do backports where the network-manager libs can not be installed, and 
 # thus to just ignore build-deps).
 ifeq ($(shell test -d /usr/include/libnm-glib/ && echo yes),yes)
-  CONFIGUREARS += --enable-nm
+  CONFIGUREARGS += --enable-nm
 endif
 
 build: build-stamp



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to