mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
kristal, revbump, try to disable ASLR for exhausted memory (#5473)
This commit is contained in:
@@ -6,7 +6,7 @@ Gopher, HTTP/HTTPS, and Finger protocols."
|
|||||||
HOMEPAGE="https://kristall.random-projects.net/"
|
HOMEPAGE="https://kristall.random-projects.net/"
|
||||||
COPYRIGHT="2020 Felix Queißner"
|
COPYRIGHT="2020 Felix Queißner"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
srcGitRev="b684f94f1af9a19c1a6fd70d72097a13b75e1ca6"
|
srcGitRev="b684f94f1af9a19c1a6fd70d72097a13b75e1ca6"
|
||||||
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="ad8dd1fa28702e94d8830fe4ba0908e44417396e7402ebfa974897bfcd8be7dd"
|
CHECKSUM_SHA256="ad8dd1fa28702e94d8830fe4ba0908e44417396e7402ebfa974897bfcd8be7dd"
|
||||||
@@ -56,6 +56,8 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
export DISABLE_ASLR=1
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user