Merge pull request #584 from stefansaraev/thtnet

tntnet: depend on openssl
This commit is contained in:
Stephan Raue 2012-05-06 07:49:49 -07:00
commit 156ef17696
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ mkdir -p .build-host && cd .build-host
--with-sdk=yes \
--with-demos=no \
--with-epoll=yes \
--with-ssl=no \
--with-stressjob=no
make

View File

@ -26,7 +26,7 @@ PKG_LICENSE="GPL-2"
PKG_SITE="http://www.tntnet.org/"
PKG_URL="http://www.tntnet.org/download/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS="libtool"
PKG_BUILD_DEPENDS="toolchain libtool cxxtools"
PKG_BUILD_DEPENDS="toolchain libtool cxxtools openssl"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="tntnet: C++ Dynamite for the Web"