Skip to content

samba4: fix glibc update compile failure #2286

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions samba4.be0
Original file line number Diff line number Diff line change
@@ -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