From 28f39bab0e20cc8a05b58e20a646023d23394cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 6 Jun 2021 09:03:17 +0700 Subject: [PATCH] ccache: remove from bootstrap --- srcpkgs/ccache/template | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index bb9dde861f6..5e7fbf5642c 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -2,9 +2,9 @@ pkgname=ccache version=4.2.1 revision=1 -bootstrap=yes build_style=cmake configure_args="-DENABLE_TESTING=OFF" +hostmakedepends="asciidoc perl" makedepends="libzstd-devel zlib-devel" short_desc="Fast C/C++ Compiler Cache" maintainer="Enno Boland " @@ -14,15 +14,7 @@ changelog="https://ccache.dev/releasenotes.html" distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz" checksum=9d6ba1cdefdc690401f404b747d81a9a1802b17af4235815866b7620d980477e -if [ -z "$CHROOT_READY" ]; then - hostmakedepends="cmake-bootstrap" - export CMAKE_GENERATOR="Unix Makefiles" - make_cmd="make" -else - hostmakedepends="asciidoc perl" -fi - -if [ -n "$CHROOT_READY" ] && [ -n "$XBPS_CHECK_PKGS" ]; then +if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DENABLE_TESTING=ON" fi