mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
tntnet: update configure options inline with version 3.0
git repository is at: - https://github.com/maekitalo/tntnet
This commit is contained in:
parent
bab5c9db47
commit
5d3b33205e
@ -13,21 +13,15 @@ PKG_DEPENDS_TARGET="toolchain tntnet:host libtool cxxtools zlib"
|
|||||||
PKG_LONGDESC="A web application server for C++."
|
PKG_LONGDESC="A web application server for C++."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--disable-unittest \
|
PKG_CONFIGURE_OPTS_HOST="--disable-unittest \
|
||||||
--with-server=no \
|
--disable-server \
|
||||||
--with-sdk=yes \
|
--enable-sdk \
|
||||||
--with-demos=no \
|
--disable-demos"
|
||||||
--with-epoll=yes \
|
|
||||||
--with-ssl=no \
|
|
||||||
--with-stressjob=no"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-unittest \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-unittest \
|
||||||
--with-sysroot=${SYSROOT_PREFIX} \
|
--with-sysroot=${SYSROOT_PREFIX} \
|
||||||
--with-server=no \
|
--disable-server \
|
||||||
--with-sdk=no \
|
--disable-sdk \
|
||||||
--with-demos=no \
|
--disable-demos"
|
||||||
--with-epoll=yes \
|
|
||||||
--with-ssl=no \
|
|
||||||
--with-stressjob=no"
|
|
||||||
|
|
||||||
post_configure_target() {
|
post_configure_target() {
|
||||||
libtool_remove_rpath libtool
|
libtool_remove_rpath libtool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user