Revert "cmake-bootstrap: update to 3.20.0."
This reverts commit 2709e170ae
.
See: https://gitlab.kitware.com/cmake/cmake/-/issues/22024
This commit is contained in:
parent
fa34dca9f6
commit
7352cd31fa
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'cmake-bootstrap'
|
||||
pkgname=cmake-bootstrap
|
||||
version=3.20.0
|
||||
revision=1
|
||||
reverts="3.20.0_1"
|
||||
version=3.19.7
|
||||
revision=2
|
||||
wrksrc=cmake-$version
|
||||
bootstrap=yes
|
||||
build_style=configure
|
||||
|
@ -16,7 +17,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||
homepage="https://www.cmake.org"
|
||||
distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
|
||||
checksum=9c06b2ddf7c337e31d8201f6ebcd3bba86a9a033976a9aee207fe0c6971f4755
|
||||
checksum=58a15f0d56a0afccc3cc5371234fce73fcc6c8f9dbd775d898e510b83175588e
|
||||
conflicts="cmake>=0"
|
||||
|
||||
CFLAGS="-DCMAKE_USE_SYSTEM_ZLIB -DCMAKE_USE_SYSTEM_LIBARCHIVE"
|
||||
|
@ -36,6 +37,7 @@ post_patch() {
|
|||
rm -rf Utilities/cmexpat
|
||||
rm -rf Utilities/cmlibarchive
|
||||
rm -rf Utilities/cmliblzma
|
||||
rm -rf Utilities/cmlibrhash
|
||||
rm -rf Utilities/cmnghttp2
|
||||
rm -rf Utilities/cmzlib
|
||||
rm -rf Utilities/cmzstd
|
||||
|
|
Loading…
Reference in New Issue