summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-01-10 10:42:40 +0100
committerKim Hagen <kim.sidney@gmail.com>2019-01-10 10:42:40 +0100
commit5db01ad9badcea69bbab2006859ab16d7a5e5213 (patch)
tree7c07e76c64243cf411edd6a0da134055e5ab0544 /debian/rules
parent0d4aee5440ebef1042bb8d9e65ee3dc127257df8 (diff)
downloadvyos-strongswan-5db01ad9badcea69bbab2006859ab16d7a5e5213.tar.gz
vyos-strongswan-5db01ad9badcea69bbab2006859ab16d7a5e5213.zip
Disable building the charon-nm package, which we do not use.
The practical reason for removing it completely for the time being is that libnm is not in jessie.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index ca02a0635..99bdc21c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,7 @@ endif
ifeq ($(DEB_HOST_ARCH_OS),linux)
# only enable network-manager and capabilities dropping on linux hosts
# some plugins are linux-only too
- CONFIGUREARGS += --enable-nm \
- --with-nm-ca-dir=/etc/ssl/certs \
- --with-capabilities=libcap \
+ CONFIGUREARGS += --with-capabilities=libcap \
--enable-farp \
--enable-dhcp \
--enable-af-alg \