softethervpn: Add openssl to host build deps
Some hosts might be missing OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
0a4f88e567
commit
dddcd5d909
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ PKG_LICENSE:=GPL-2.0
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=softethervpn/host
|
PKG_BUILD_DEPENDS:=softethervpn/host
|
||||||
HOST_BUILD_DEPENDS:=readline/host libiconv/host
|
HOST_BUILD_DEPENDS:=readline/host libiconv/host openssl
|
||||||
|
|
||||||
HAMCORE_SE2:=$(STAGING_DIR_HOST)/share/softethervpn/hamcore.se2
|
HAMCORE_SE2:=$(STAGING_DIR_HOST)/share/softethervpn/hamcore.se2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue