Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2286 from mariux64/fix-samba4-stropts.h
samba4: fix glibc update compile failure
  • Loading branch information
wwwutz committed Sep 13, 2021
2 parents e59dca5 + 362f768 commit ca5cb52
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions samba4.be0
@@ -1,20 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION samba4-4.8.5-3
# BEE_VERSION samba4-4.8.5-4

#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"
PATCHURL+=("https://beehive.molgen.mpg.de/aae0810ff8d7299da2caf192e1ba40aa/samba4-466-add-config-file-configure-option.patch")
# mariux patch for glibc: rename nss_{set,end}pwent() to prevent glibc calls
PATCHURL+=("https://beehive.molgen.mpg.de/07bb0e12e296d63d90186a34f59763e3/samba4-485-fix-nsstest-pwentcalls.patch")

PREFIX=/usr/local/samba4
VARPATH=/var/samba4/localhost
BEE_BUILDTYPE=

mee_patch() {
bee_patch
}
#mee_patch() {
# bee_patch
#}

mee_configure() {
# see also https://github.com/samba-team/samba/blob/master/dynconfig/wscript
Expand Down

0 comments on commit ca5cb52

Please sign in to comment.