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:
Haruue Icymoon 2018-05-09 01:00:55 +08:00
parent 112f326368
commit ccc45f34d6
No known key found for this signature in database
GPG key ID: FDC9CB1235BB124B
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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}