diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-04-11 17:10:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 17:10:58 -0600 |
commit | 61b2a35a35cd3994bb10a094d66f2007d04fff48 (patch) | |
tree | 688e457eeee2c8cbf3d660a79f57798a91124945 | |
parent | 8695a18c56897d83ec48a33a793b2f43aa6bca90 (diff) | |
parent | e50ba32402dae689e056f944ec9ed8403e8fb305 (diff) |
Merge pull request #15382 from cotequeiroz/strongswan
strongswan: libnttft must not select strongswan
-rw-r--r-- | net/strongswan/Makefile | 4 |
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 |