mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
linux5.10: only broken with x86_64-glibc
This commit is contained in:
parent
981c9102a8
commit
8c9aa19f8a
1 changed files with 3 additions and 4 deletions
|
@ -54,10 +54,9 @@ if [ "${_patchver}" ]; then
|
|||
_version="EXTRAVERSION=${_patchver}"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
broken="filp_close requires gcc 14.3.0" ;;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_MACHINE" = x86_64 ]; then
|
||||
broken="filp_close, requires gcc 14.3.0"
|
||||
fi
|
||||
|
||||
pre_patch() {
|
||||
xzcat $XBPS_SRCDISTDIR/$pkgname-$version/patch-${version}.xz |
|
||||
|
|
Loading…
Add table
Reference in a new issue