diff options
author | Bjarke Istrup Pedersen <gurli@gurlinet.dk> | 2023-11-16 20:22:24 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-03 13:53:40 +0000 |
commit | e45a6c3793617fd5c18e85042e186e6936f90635 (patch) | |
tree | 50e06f0102622ae7f04c63cfd29b7a0ab56c79be /packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch | |
parent | 6bc12ab02fe314facafee912dbfb5fdabadf8a32 (diff) | |
download | vyos-build-e45a6c3793617fd5c18e85042e186e6936f90635.tar.gz vyos-build-e45a6c3793617fd5c18e85042e186e6936f90635.zip |
StrongSwan: T5754: Update patches to match 5.9.11
(cherry picked from commit 04acce88c84857d58e347366b9cbd64bb1425aed)
Diffstat (limited to 'packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch')
-rw-r--r-- | packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch b/packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch index 085d1303..57a622e8 100644 --- a/packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch +++ b/packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch @@ -95,7 +95,7 @@ index 2fed1f10f..fa0d21a0c 100755 --enable-addrblock \ --enable-agent \ @@ -88,7 +97,7 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) - endif + deb_systemdsystemunitdir = $(shell pkg-config --variable=systemdsystemunitdir systemd | sed s,^/,,) override_dh_auto_configure: - dh_auto_configure -- $(CONFIGUREARGS) |