From 3326ed951920a75397f844124fc60a5ded36edc7 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 25 Feb 2020 13:53:07 +0100 Subject: [PATCH] samba4: fix python build - fixed SRCURL - burn in python2 --- samba4.be0 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/samba4.be0 b/samba4.be0 index fed0bbf61..e6f0416b7 100755 --- a/samba4.be0 +++ b/samba4.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION samba4-4.8.5-0 -SRCURL[0]="https://download.samba.org/pub/samba/stable/samba-${PKGVERSION}.tar.gz" -#SRCURL[0]="https://www.samba.org/samba/ftp/stable/samba-${PKGVERSION}.tar.gz" +# BEE_VERSION samba4-4.8.5-3 + +#SRCURL[0]="https://download.samba.org/pub/samba/stable/samba-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/b3dc5d6fbe35dcfdc490a608704d572e/samba-4.8.5.tar.gz" # mariux patch to allow -with-config-file= PATCHURL[0]="/src/mariux/download/samba4-466-add-config-file-configure-option.patch" @@ -17,6 +18,7 @@ mee_patch() { mee_configure() { # see also https://github.com/samba-team/samba/blob/master/dynconfig/wscript + . $(python2-config --prefix)/profile python ./buildtools/bin/waf configure \ --prefix=${PREFIX} \ --with-configdir=/etc/samba4 \