mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
Merge pull request #584 from stefansaraev/thtnet
tntnet: depend on openssl
This commit is contained in:
commit
156ef17696
1
packages/3rdparty/web/tntnet/build
vendored
1
packages/3rdparty/web/tntnet/build
vendored
@ -37,6 +37,7 @@ mkdir -p .build-host && cd .build-host
|
|||||||
--with-sdk=yes \
|
--with-sdk=yes \
|
||||||
--with-demos=no \
|
--with-demos=no \
|
||||||
--with-epoll=yes \
|
--with-epoll=yes \
|
||||||
|
--with-ssl=no \
|
||||||
--with-stressjob=no
|
--with-stressjob=no
|
||||||
|
|
||||||
make
|
make
|
||||||
|
2
packages/3rdparty/web/tntnet/meta
vendored
2
packages/3rdparty/web/tntnet/meta
vendored
@ -26,7 +26,7 @@ PKG_LICENSE="GPL-2"
|
|||||||
PKG_SITE="http://www.tntnet.org/"
|
PKG_SITE="http://www.tntnet.org/"
|
||||||
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS="libtool"
|
PKG_DEPENDS="libtool"
|
||||||
PKG_BUILD_DEPENDS="toolchain libtool cxxtools"
|
PKG_BUILD_DEPENDS="toolchain libtool cxxtools openssl"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="python/web"
|
PKG_SECTION="python/web"
|
||||||
PKG_SHORTDESC="tntnet: C++ Dynamite for the Web"
|
PKG_SHORTDESC="tntnet: C++ Dynamite for the Web"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user