diff options
-rw-r--r-- | debian/patches/02_disable-libtls-tests.patch | 2 | ||||
-rw-r--r-- | debian/patches/03_systemd-service.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/02_disable-libtls-tests.patch b/debian/patches/02_disable-libtls-tests.patch index bb1c0aeb2..a0b421596 100644 --- a/debian/patches/02_disable-libtls-tests.patch +++ b/debian/patches/02_disable-libtls-tests.patch @@ -1,6 +1,6 @@ --- a/src/libtls/Makefile.am +++ b/src/libtls/Makefile.am -@@ -22,4 +22,4 @@ +@@ -26,4 +26,4 @@ tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h endif diff --git a/debian/patches/03_systemd-service.patch b/debian/patches/03_systemd-service.patch index d118590e2..6609542c8 100644 --- a/debian/patches/03_systemd-service.patch +++ b/debian/patches/03_systemd-service.patch @@ -2,7 +2,7 @@ +++ b/init/systemd/strongswan.service.in @@ -1,10 +1,12 @@ [Unit] - Description=strongSwan IPsec + Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf -After=syslog.target +After=network.target |