From 362f768e6e5068621489d5b4bf4245994cde3b3b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 13 Sep 2021 08:14:33 +0200 Subject: [PATCH] samba4: fix glibc update compile failure - add patch to circumvent nsstest/pwent() calls --- samba4.be0 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/samba4.be0 b/samba4.be0 index e6f0416b7..b88aad3d8 100755 --- a/samba4.be0 +++ b/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