From 7e8f1d27894805dc37a19988c57f940c62d472b4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 6 Dec 2020 14:15:03 +0100 Subject: [PATCH] kristal, revbump, try to disable ASLR for exhausted memory (#5473) --- www-client/kristall/kristall-0.7.3~git.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/kristall/kristall-0.7.3~git.recipe b/www-client/kristall/kristall-0.7.3~git.recipe index a3dcea56b..9c27991bb 100644 --- a/www-client/kristall/kristall-0.7.3~git.recipe +++ b/www-client/kristall/kristall-0.7.3~git.recipe @@ -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 }