kristal, revbump, try to disable ASLR for exhausted memory (#5473)

This commit is contained in:
Schrijvers Luc
2020-12-06 14:15:03 +01:00
committed by GitHub
parent 4c1bd7f4f5
commit 7e8f1d2789

View File

@@ -6,7 +6,7 @@ Gopher, HTTP/HTTPS, and Finger protocols."
HOMEPAGE="https://kristall.random-projects.net/"
COPYRIGHT="2020 Felix Queißner"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
srcGitRev="b684f94f1af9a19c1a6fd70d72097a13b75e1ca6"
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="ad8dd1fa28702e94d8830fe4ba0908e44417396e7402ebfa974897bfcd8be7dd"
@@ -56,6 +56,8 @@ BUILD_PREREQUIRES="
BUILD()
{
export DISABLE_ASLR=1
make $jobArgs
}