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 \