fix toolchain issue (FS#69711)
This commit is contained in:
parent
c381443f43
commit
18cf7b3519
5
PKGBUILD
5
PKGBUILD
@ -24,7 +24,7 @@ pkgdesc='GNU GRand Unified Bootloader (2)'
|
|||||||
epoch=2
|
epoch=2
|
||||||
_pkgver=2.04
|
_pkgver=2.04
|
||||||
pkgver=${_pkgver/-/}
|
pkgver=${_pkgver/-/}
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
url='https://www.gnu.org/software/grub/'
|
url='https://www.gnu.org/software/grub/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
@ -82,6 +82,9 @@ sha256sums=('SKIP'
|
|||||||
_backports=(
|
_backports=(
|
||||||
# grub-mkconfig: Use portable "command -v" to detect installed programs
|
# grub-mkconfig: Use portable "command -v" to detect installed programs
|
||||||
'28a7e597de0d5584f65e36f9588ff9041936e617'
|
'28a7e597de0d5584f65e36f9588ff9041936e617'
|
||||||
|
|
||||||
|
# build: Fix GRUB i386-pc build with Ubuntu gcc
|
||||||
|
'6643507ce30f775008e093580f0c9499dfb2c485'
|
||||||
)
|
)
|
||||||
|
|
||||||
_configure_options=(
|
_configure_options=(
|
||||||
|
Loading…
Reference in New Issue
Block a user