From 8778d5083ad20d23656000d271d24274a0da60c1 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Sat, 12 Dec 2020 11:34:53 +0200 Subject: [PATCH] libreswan: add xfrm interface depends ipsec needs xfrmi support Signed-off-by: Lucian Cristian --- net/libreswan/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/libreswan/Makefile b/net/libreswan/Makefile index 365745e52..98ba73309 100644 --- a/net/libreswan/Makefile +++ b/net/libreswan/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libreswan PKG_VERSION:=4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libreswan.org/ @@ -44,7 +44,7 @@ $(call Package/libreswan/Default) DEPENDS:= +IPV6:kmod-ip6-vti +IPV6:kmod-ipsec6 +ip-full +iptables-mod-ipsec \ +kmod-crypto-aead +kmod-crypto-authenc +kmod-crypto-gcm \ +kmod-crypto-hash +kmod-crypto-rng +kmod-ip-vti +kmod-ipsec \ - +kmod-ipsec4 +kmod-ipt-ipsec +libevent2 +libevent2-pthreads \ + +kmod-ipsec4 +kmod-ipt-ipsec +kmod-xfrm-interface +libevent2 +libevent2-pthreads \ +libldns +librt +libunbound +nss-utils +nspr +libcap-ng PROVIDES:=openswan CONFLICTS:=strongswan @@ -80,6 +80,7 @@ MAKE_FLAGS+= \ USE_LIBCAP_NG=true \ USE_SYSTEMD_WATCHDOG=false \ USE_SECCOMP=false\ + USE_XFRM_INTERFACE_IFLA_HEADER=false \ PREFIX="/usr" \ FINALRUNDIR="/var/run/pluto" \ FINALNSSDIR="/etc/ipsec.d" \