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