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'
|
# Template file for 'chroot-git'
|
||||||
pkgname=chroot-git
|
pkgname=chroot-git
|
||||||
version=2.33.0
|
version=2.33.0
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="git-${version}"
|
wrksrc="git-${version}"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -37,6 +37,8 @@ do_configure() {
|
||||||
NO_TCLTK = Yes
|
NO_TCLTK = Yes
|
||||||
DEFAULT_TEST_TARGET = prove
|
DEFAULT_TEST_TARGET = prove
|
||||||
GIT_PROVE_OPTS = $makejobs
|
GIT_PROVE_OPTS = $makejobs
|
||||||
|
# firstword (uname -m)
|
||||||
|
HOST_CPU = ${XBPS_TARGET_MACHINE%-musl}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue