aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-04-09 23:54:43 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2021-04-09 23:54:43 -0300
commite50ba32402dae689e056f944ec9ed8403e8fb305 (patch)
tree604aec67f5819c672a6d6a2ac79b6a82a7462908
parentec20e9df96f74c29699aa2df8de63cb9a8c32a2a (diff)
strongswan: libnttft must not select strongswan
The strongswan-libnttfft package should not select the strongswan package, but should depend on it instead. Otherwise a circular dependency is created. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
-rw-r--r--net/strongswan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile
index f2a5dfdd4..25249c81e 100644
--- a/net/strongswan/Makefile
+++ b/net/strongswan/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=strongswan
PKG_VERSION:=5.9.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
@@ -377,7 +377,7 @@ endef
define Package/strongswan-libnttfft
$(call Package/strongswan/Default)
TITLE+= nttfft library
- DEPENDS:= +strongswan
+ DEPENDS:= strongswan
endef
define Package/strongswan-libnttfft/description