mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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_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
|
||||
|
Loading…
x
Reference in New Issue
Block a user