mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
ccache: update to ccache-3.2.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
651dcf3a0f
commit
7a5c505b0f
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="ccache"
|
PKG_NAME="ccache"
|
||||||
PKG_VERSION="3.2.1"
|
PKG_VERSION="3.2.3"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
@ -34,6 +34,8 @@ PKG_AUTORECONF="no"
|
|||||||
|
|
||||||
export CC=$LOCAL_CC
|
export CC=$LOCAL_CC
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_HOST="--with-bundled-zlib"
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
# setup ccache
|
# setup ccache
|
||||||
$ROOT/$TOOLCHAIN/bin/ccache --max-size=$CCACHE_CACHE_SIZE
|
$ROOT/$TOOLCHAIN/bin/ccache --max-size=$CCACHE_CACHE_SIZE
|
||||||
@ -51,4 +53,4 @@ $ROOT/$TOOLCHAIN/bin/ccache $LOCAL_CXX "\$@"
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod +x $HOST_CXX
|
chmod +x $HOST_CXX
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user