mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
cxxtools: atomictype configure option was dropped when C++11 was mandated
git repository is at - https://github.com/maekitalo/cxxtools
This commit is contained in:
parent
46bd670a95
commit
bab5c9db47
@ -13,8 +13,8 @@ PKG_DEPENDS_TARGET="toolchain cxxtools:host openssl"
|
|||||||
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes."
|
PKG_LONGDESC="Cxxtools is a collection of general-purpose C++ classes."
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--disable-demos --with-atomictype=pthread --disable-unittest"
|
PKG_CONFIGURE_OPTS_HOST="--disable-demos --disable-unittest"
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-demos --with-atomictype=pthread --disable-unittest"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-demos --disable-unittest"
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
rm -rf ${TOOLCHAIN}/bin/cxxtools-config
|
rm -rf ${TOOLCHAIN}/bin/cxxtools-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user