tcc: add missing dependencies
This commit is contained in:
committed by
Duncan Overbruck
parent
58fc58b412
commit
98ec64e53b
@@ -1,7 +1,7 @@
|
||||
# Template file for 'tcc'
|
||||
pkgname=tcc
|
||||
version=0.9.27.20250903
|
||||
revision=1
|
||||
revision=2
|
||||
_gitrev=8c3396a76f1a49eb2209206cf1274c9fc00a7506
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libdir=\${prefix}/lib$XBPS_TARGET_WORDSIZE"
|
||||
@@ -16,6 +16,11 @@ checksum=43d9e2cba03ea2df7d3c3cf3fb28969c554fee8bb99c6a038fcce5d4835ef3ce
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_LIBC" in
|
||||
musl) depends+=" musl-devel";;
|
||||
*) depends+=" glibc-devel";;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs";;
|
||||
*-musl) configure_args+=" --config-musl";;
|
||||
|
||||
Reference in New Issue
Block a user