diff options
Diffstat (limited to 'debian/patches/02_configure-Install-charon-systemd.conf.patch')
-rw-r--r-- | debian/patches/02_configure-Install-charon-systemd.conf.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/02_configure-Install-charon-systemd.conf.patch b/debian/patches/02_configure-Install-charon-systemd.conf.patch new file mode 100644 index 000000000..80e0d0648 --- /dev/null +++ b/debian/patches/02_configure-Install-charon-systemd.conf.patch @@ -0,0 +1,25 @@ +From 45f45fed1edee3fec951e72ba3d5b826ccdc47f2 Mon Sep 17 00:00:00 2001 +From: Tobias Brunner <tobias@strongswan.org> +Date: Thu, 29 Jun 2017 08:36:50 +0200 +Subject: [PATCH] configure: Install charon-systemd.conf + +Fixes #2370. +--- + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/configure.ac b/configure.ac +index f01631474..21563f7f3 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1724,6 +1724,7 @@ AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"]) + AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"]) + AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"]) + AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"]) ++AM_COND_IF([USE_SYSTEMD], [strongswan_options=${strongswan_options}" charon-systemd"]) + + AC_SUBST(strongswan_options) + +-- +2.13.2 + |