summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorHaruue Icymoon2018-05-09 11:42:33 +0800
committerHaruue Icymoon2018-05-09 11:42:33 +0800
commit56fa5075c217b9d0f3e20515224c854a08cc3177 (patch)
tree391c80b54a9adca90876ff63dde80b7e9ebb2792 /.SRCINFO
parentccc45f34d699ab4ea47424278f90e014963625dc (diff)
downloadaur-56fa5075c217b9d0f3e20515224c854a08cc3177.tar.gz
fix: build with gcc6
to avoid bug in gcc 8.1.0 that run out of memory if you're interested in this bug, just update gcc to 8.1.0, and try ulimit -m 1500000 -v 1500000 wget https://gist.githubusercontent.com/haruue/585c5d1387317e713bf9a1e81324fd06/raw/5b3adb7470edaa0255e38290f2d185025942431b/ubd_kern.i gcc ubd_kern.i Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8628ecaac1f..46e63ddbc8c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
pkgver = 4.16.7
- pkgrel = 1
+ pkgrel = 2
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
makedepends = bc
makedepends = inetutils
- makedepends = gcc<8.0
+ makedepends = gcc6
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