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>
This commit is contained in:
parent
ec20e9df96
commit
e50ba32402
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=strongswan
|
PKG_NAME:=strongswan
|
||||||
PKG_VERSION:=5.9.2
|
PKG_VERSION:=5.9.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||||
|
@ -377,7 +377,7 @@ endef
|
||||||
define Package/strongswan-libnttfft
|
define Package/strongswan-libnttfft
|
||||||
$(call Package/strongswan/Default)
|
$(call Package/strongswan/Default)
|
||||||
TITLE+= nttfft library
|
TITLE+= nttfft library
|
||||||
DEPENDS:= +strongswan
|
DEPENDS:= strongswan
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/strongswan-libnttfft/description
|
define Package/strongswan-libnttfft/description
|
||||||
|
|
Loading…
Reference in a new issue