diff options
author | Bjarke Istrup Pedersen <gurli@gurlinet.dk> | 2023-11-16 20:22:24 +0100 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurli@gurlinet.dk> | 2023-11-16 21:53:25 +0100 |
commit | 04acce88c84857d58e347366b9cbd64bb1425aed (patch) | |
tree | 1e4cade71ef7b20805ba16499d23ac1b7c4f81e3 /packages/strongswan/patches/0004-VyOS-disable-options-enabled-by-Debian-that-are-unus.patch | |
parent | 2844d38c77547df7cd60b02730bd54b7e7952751 (diff) | |
download | vyos-build-04acce88c84857d58e347366b9cbd64bb1425aed.tar.gz vyos-build-04acce88c84857d58e347366b9cbd64bb1425aed.zip |
StrongSwan: T5754: Update patches to match 5.9.11
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) |