Skip to content

Commit

Permalink
Merge pull request #485 from mariux64/rebuild-mxq
Browse files Browse the repository at this point in the history
mxq: Rebuild with MXQ_MAX_ACTIVE_GROUPS_PER_USER=500
  • Loading branch information
pmenzel authored Sep 12, 2017
2 parents 2d827cc + 78abe75 commit 98a8027
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mxq.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98a8027

Please sign in to comment.