From e82667f5e7b06d56a657b7ae489443ae5a19512e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 19 Apr 2021 16:31:58 +0200 Subject: [PATCH] zfs: disable python - fixed SRCURL - with python-3.8-cffi zfs installs python stuff into /pkg/python. nope. funny enough we get rid of three binaries: 0 : /usr/share/bee/zfs-0.8.2-0.x86_64/CONTENT 1 : /scratch/local/bee-root/zfs/zfs-0.8.2-2/image/ 0 | 1 | t | mode | acc | uid | gid | nln | file X | - | r |0100755| 0755| 0| 0| 1| /usr/bin/arc_summary X | - | r |0100755| 0755| 0| 0| 1| /usr/bin/arcstat X | - | r |0100755| 0755| 0| 0| 1| /usr/bin/dbufstat --- zfs.be0 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/zfs.be0 b/zfs.be0 index e78130280..15f8ffc41 100755 --- a/zfs.be0 +++ b/zfs.be0 @@ -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 @@ -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() {