chroot-git: fix bugreport cpu
This commit is contained in:
parent
a98c012d28
commit
8169285196
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'chroot-git'
|
||||
pkgname=chroot-git
|
||||
version=2.33.0
|
||||
revision=1
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
wrksrc="git-${version}"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -37,6 +37,8 @@ do_configure() {
|
|||
NO_TCLTK = Yes
|
||||
DEFAULT_TEST_TARGET = prove
|
||||
GIT_PROVE_OPTS = $makejobs
|
||||
# firstword (uname -m)
|
||||
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
|
||||
EOF
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
|
Loading…
Reference in a new issue