From 78abe758c01503ab6dee94a9ceb954c74b30740a Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 12 Sep 2017 13:44:43 +0200 Subject: [PATCH] mxq: Rebuild with MXQ_MAX_ACTIVE_GROUPS_PER_USER=500 This was requested by Slava [1]. Because the default limit of 100 is arbitrary and the requested limit of 500 is in the same magnitude, we can increase it. [1] https://github.molgen.mpg.de/mariux64/bee-files/pull/426#issuecomment-3514 --- mxq.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mxq.be0 b/mxq.be0 index eb063971a..08f605d29 100755 --- a/mxq.be0 +++ b/mxq.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mxq-0.25.4-0 +# BEE_VERSION mxq-0.25.4-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -57,9 +57,9 @@ SRCURL[0]="https://github.molgen.mpg.de/mariux64/mxq/archive/${PKGVERSION}.tar.g # bee_configure #} -#mee_build() { -# bee_build -#} +mee_build() { + bee_build EXTRA_CFLAGS=-DMXQ_MAX_ACTIVE_GROUPS_PER_USER=500 V=1 +} #mee_install() { # bee_install