summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba_4.10.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba_4.10.13.bb')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.10.13.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.13.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.13.bb
index 71d8fa2f87..5f227c892d 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.10.13.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.10.13.bb
@@ -26,6 +26,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
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 \ 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 \ 28 file://0002-util_sec.c-Move-__thread-variable-to-global-scope.patch \
29 file://0001-Add-options-to-configure-the-use-of-libbsd.patch \
29 " 30 "
30SRC_URI_append_libc-musl = " \ 31SRC_URI_append_libc-musl = " \
31 file://samba-pam.patch \ 32 file://samba-pam.patch \
@@ -43,7 +44,7 @@ inherit systemd waf-samba cpan-base perlnative update-rc.d
43# remove default added RDEPENDS on perl 44# remove default added RDEPENDS on perl
44RDEPENDS_${PN}_remove = "perl" 45RDEPENDS_${PN}_remove = "perl"
45 46
46DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam libtasn1 jansson" 47DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson"
47 48
48inherit features_check 49inherit features_check
49REQUIRED_DISTRO_FEATURES = "pam" 50REQUIRED_DISTRO_FEATURES = "pam"
@@ -91,6 +92,7 @@ PACKAGECONFIG[archive] = "--with-libarchive, --without-libarchive, libarchive"
91PACKAGECONFIG[libunwind] = ", , libunwind" 92PACKAGECONFIG[libunwind] = ", , libunwind"
92PACKAGECONFIG[gpgme] = ",--without-gpgme,," 93PACKAGECONFIG[gpgme] = ",--without-gpgme,,"
93PACKAGECONFIG[lmdb] = ",--without-ldb-lmdb,lmdb," 94PACKAGECONFIG[lmdb] = ",--without-ldb-lmdb,lmdb,"
95PACKAGECONFIG[libbsd] = "--with-libbsd, --without-libbsd, libbsd"
94 96
95# Building the AD (Active Directory) DC (Domain Controller) requires GnuTLS, 97# Building the AD (Active Directory) DC (Domain Controller) requires GnuTLS,
96# And ad-dc doesn't work with mitkrb5 for versions prior to 4.7.0 according to: 98# And ad-dc doesn't work with mitkrb5 for versions prior to 4.7.0 according to: