summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-12-12 16:29:38 +0100
committerArmin Kuster <akuster808@gmail.com>2019-02-04 21:37:32 -0800
commit33eb23c379fe66e69e9b6f2978cecca41f27f26d (patch)
treeef72f6046cdca68a1ba78f023033eb4503ee85ce /meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
parent526bf5c5993178cf3609ff220d57ba62dada2ce4 (diff)
downloadmeta-openembedded-33eb23c379fe66e69e9b6f2978cecca41f27f26d.tar.gz
samba: fix build on qemumips64 with musl
There is the same issue as for libldb, the header has conflicting defs for unitptr_t. Fix it as done for the other recipe. Fix /cmocka/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.8.4.bb')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.8.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
index da0ac322a..f1aaeb83d 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
@@ -28,6 +28,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
28SRC_URI_append_libc-musl = " \ 28SRC_URI_append_libc-musl = " \
29 file://samba-pam.patch \ 29 file://samba-pam.patch \
30 file://samba-4.3.9-remove-getpwent_r.patch \ 30 file://samba-4.3.9-remove-getpwent_r.patch \
31 file://cmocka-uintptr_t.patch \
31 " 32 "
32 33
33SRC_URI[md5sum] = "ca5bfbebd8d9eb95506e16594b2bbee2" 34SRC_URI[md5sum] = "ca5bfbebd8d9eb95506e16594b2bbee2"