Browse Source
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>
lilik-openwrt-22.03
Eneas U de Queiroz
4 years ago
No known key found for this signature in database
GPG Key ID: 5FB9FAF260B80AEA
1 changed files with
2 additions and
2 deletions
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
d e f i n e P a c k a g e / s t r o n g s w a n - l i b n t t f f t
$( call Package /strongswan /Default )
TITLE += nttfft library
DEPENDS:= + strongswan
DEPENDS:= strongswan
e n d e f
d e f i n e P a c k a g e / s t r o n g s w a n - l i b n t t f f t / d e s c r i p t i o n