Skip to content

Commit

Permalink
Merge pull request #2078 from mariux64/fix-zfs-082
Browse files Browse the repository at this point in the history
zfs: disable python
  • Loading branch information
wwwutz authored Apr 20, 2021
2 parents 527d657 + e82667f commit edfc57e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions zfs.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION zfs-0.8.2-0
# BEE_VERSION zfs-0.8.2-2

SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/zfs-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/zfs-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
SRCURL[0]="https://beehive.molgen.mpg.de/9952c0fb48bf55df18053aa7084ea405/zfs-0.8.2.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

Expand All @@ -23,7 +25,11 @@ build_in_sourcedir
#}

mee_configure() {
bee_configure --with-config=user --with-spec=generic --with-mounthelperdir=/usr/sbin
bee_configure \
--with-config=user \
--with-spec=generic \
--with-mounthelperdir=/usr/sbin \
--without-python
}

#mee_build() {
Expand Down

0 comments on commit edfc57e

Please sign in to comment.