From adad7d3f74eab122e71db8decb5e2e1b5255b8ee Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 9 Jun 2020 21:56:35 +1000 Subject: [PATCH] Photivo: disable ASLR --- media-gfx/photivo/photivo-0~pre20191017.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/photivo/photivo-0~pre20191017.recipe b/media-gfx/photivo/photivo-0~pre20191017.recipe index 2373f9769..6e0c62ef9 100644 --- a/media-gfx/photivo/photivo-0~pre20191017.recipe +++ b/media-gfx/photivo/photivo-0~pre20191017.recipe @@ -151,6 +151,8 @@ BUILD() -DWITH_X3F=OFF \ -DWITH_GIMP=OFF \ -DCMAKE_INSTALL_PREFIX=$appsDir/Photivo + + export DISABLE_ASLR=1 # multi-job takes too much memory make }