mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
fix: prevent build with gcc 8.1.0 temp
prevent aur auto upgrade tools from compiling it and take all memory before we solve the problem. Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
This commit is contained in:
parent
112f326368
commit
ccc45f34d6
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -7,6 +7,7 @@ pkgbase = linux-usermode
|
|||
license = GPL2
|
||||
makedepends = bc
|
||||
makedepends = inetutils
|
||||
makedepends = gcc<8.0
|
||||
depends = coreutils
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz
|
||||
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -13,7 +13,7 @@ arch=('x86_64')
|
|||
license=('GPL2')
|
||||
url="http://user-mode-linux.sourceforge.net/"
|
||||
depends=('coreutils')
|
||||
makedepends=('bc' 'inetutils')
|
||||
makedepends=('bc' 'inetutils' 'gcc<8.0')
|
||||
source=(
|
||||
http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
|
||||
http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue