Skip to content

Commit

Permalink
squashfuse: Add multithread patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 22, 2023
1 parent 625cce1 commit 81d4082
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions squashfuse.be0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#SRCURL[0]="https://github.com/vasi/squashfuse/archive/$PKGVERSION/squashfuse-$PKGVERSION.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5bd5ff30d416aba1e2de0c2761d4cea2/squashfuse-0.1.105.tar.gz"

#PATCHURL+=()
#PATCHURL+=("https://github.com/vasi/squashfuse/pull/70.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/2b984d9ea2cb33c2c379d06fa5a4481f/70.patch")

# build_in_sourcedir

Expand All @@ -20,9 +21,10 @@ mee_patch() {
start_cmd ./autogen.sh
}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--enable-multithreading
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 81d4082

Please sign in to comment.