diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-05 21:46:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-07 10:08:45 -0700 |
commit | e7b382602a666e45eba3b9c04f22fc8a18fea720 (patch) | |
tree | 56ef54914cdf5574687e606c153c93ef6b655318 /meta-networking/recipes-connectivity/samba/samba_4.10.7.bb | |
parent | 391d79571668a2cde6efcbd23e0544c30b5e43ac (diff) | |
download | meta-openembedded-e7b382602a666e45eba3b9c04f22fc8a18fea720.tar.gz |
samba: Fix configure tests to work with clang
Do not use nested functions ( main inside main )
Use global scope for __thread variables
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.10.7.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.10.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb index d13a6b4dbb..1b2bc087d5 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb | |||
@@ -24,6 +24,8 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
24 | file://smb_conf-4.7.0.patch \ | 24 | file://smb_conf-4.7.0.patch \ |
25 | file://volatiles.03_samba \ | 25 | file://volatiles.03_samba \ |
26 | file://0001-waf-add-support-of-cross_compile.patch \ | 26 | file://0001-waf-add-support-of-cross_compile.patch \ |
27 | file://0001-lib-replace-wscript-Avoid-generating-nested-main-fun.patch \ | ||
28 | file://0002-util_sec.c-Move-__thread-variable-to-global-scope.patch \ | ||
27 | " | 29 | " |
28 | SRC_URI_append_libc-musl = " \ | 30 | SRC_URI_append_libc-musl = " \ |
29 | file://samba-pam.patch \ | 31 | file://samba-pam.patch \ |