git: fix bugreport cpu
This commit is contained in:
parent
8169285196
commit
1a757937bf
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git'
|
# Template file for 'git'
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.33.0
|
version=2.33.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
|
hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
|
||||||
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
|
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
|
||||||
# Required by https://
|
# Required by https://
|
||||||
|
@ -36,6 +36,8 @@ do_configure() {
|
||||||
PYTHON_PATH=/usr/bin/python3
|
PYTHON_PATH=/usr/bin/python3
|
||||||
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
Add a link
Reference in a new issue