Skip to content

zfs: disable python #2078

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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