From 23d04615f9f18109f4ea6c9663bbe7acb1851d0e 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..4c106012f 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-2 + +#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 + . /usr/local/package/lib/python-2.profile python ./buildtools/bin/waf configure \ --prefix=${PREFIX} \ --with-configdir=/etc/samba4 \