tntnet: update configure options inline with version 3.0

git repository is at:
- https://github.com/maekitalo/tntnet
This commit is contained in:
Rudi Heitbaum 2024-09-17 07:28:54 +00:00
parent bab5c9db47
commit 5d3b33205e

View File

@ -13,21 +13,15 @@ PKG_DEPENDS_TARGET="toolchain tntnet:host libtool cxxtools zlib"
PKG_LONGDESC="A web application server for C++."
PKG_CONFIGURE_OPTS_HOST="--disable-unittest \
--with-server=no \
--with-sdk=yes \
--with-demos=no \
--with-epoll=yes \
--with-ssl=no \
--with-stressjob=no"
--disable-server \
--enable-sdk \
--disable-demos"
PKG_CONFIGURE_OPTS_TARGET="--disable-unittest \
--with-sysroot=${SYSROOT_PREFIX} \
--with-server=no \
--with-sdk=no \
--with-demos=no \
--with-epoll=yes \
--with-ssl=no \
--with-stressjob=no"
--disable-server \
--disable-sdk \
--disable-demos"
post_configure_target() {
libtool_remove_rpath libtool