Skip to content

Commit

Permalink
Merge pull request #1725 from mariux64/fix-python-samba4
Browse files Browse the repository at this point in the history
samba4: fix python build
  • Loading branch information
wwwutz authored Feb 26, 2020
2 parents 7b81be9 + 3326ed9 commit 79bdd5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions samba4.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 \
Expand Down

0 comments on commit 79bdd5b

Please sign in to comment.