diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:26:55 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:26:55 +0200 |
commit | 72b95a360acbd4f0b1e4dcd28ceab43949304b1a (patch) | |
tree | abbfa570e7a936255c781f968cc24206437ab6c1 /debian/patches | |
parent | c69aff447e8a8baff18ccbf97c022e8cc2e372fa (diff) | |
download | vyos-strongswan-72b95a360acbd4f0b1e4dcd28ceab43949304b1a.tar.gz vyos-strongswan-72b95a360acbd4f0b1e4dcd28ceab43949304b1a.zip |
remove patch, included upstream
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/02_configure-Install-charon-systemd.conf.patch | 25 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/02_configure-Install-charon-systemd.conf.patch b/debian/patches/02_configure-Install-charon-systemd.conf.patch deleted file mode 100644 index 80e0d0648..000000000 --- a/debian/patches/02_configure-Install-charon-systemd.conf.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - diff --git a/debian/patches/series b/debian/patches/series index 6fe6217b6..6d7cc1dfa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ 01_fix-manpages.patch -02_configure-Install-charon-systemd.conf.patch 03_systemd-service.patch 04_disable-libtls-tests.patch |