From 6ee1e80c86abeecdc2c4bdc432c0e86ab6dc9330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 8 Dec 2020 18:51:08 +0100 Subject: [PATCH] kristall: config resources_big --- www-client/kristall/kristall-0.7.3~git.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www-client/kristall/kristall-0.7.3~git.recipe b/www-client/kristall/kristall-0.7.3~git.recipe index 15e578fa2..42c2af9ae 100644 --- a/www-client/kristall/kristall-0.7.3~git.recipe +++ b/www-client/kristall/kristall-0.7.3~git.recipe @@ -54,10 +54,13 @@ BUILD_PREREQUIRES=" cmd:qmake$secondaryArchSuffix >= 5 " +PATCH() +{ + echo "\nCONFIG += resources_big" >> src/kristall.pro +} + BUILD() { - export DISABLE_ASLR=1 - make -j1 }