diff options
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.bb | 4 |
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 | " |
| 30 | SRC_URI_append_libc-musl = " \ | 31 | SRC_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 |
| 44 | RDEPENDS_${PN}_remove = "perl" | 45 | RDEPENDS_${PN}_remove = "perl" |
| 45 | 46 | ||
| 46 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam libtasn1 jansson" | 47 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson" |
| 47 | 48 | ||
| 48 | inherit features_check | 49 | inherit features_check |
| 49 | REQUIRED_DISTRO_FEATURES = "pam" | 50 | REQUIRED_DISTRO_FEATURES = "pam" |
| @@ -91,6 +92,7 @@ PACKAGECONFIG[archive] = "--with-libarchive, --without-libarchive, libarchive" | |||
| 91 | PACKAGECONFIG[libunwind] = ", , libunwind" | 92 | PACKAGECONFIG[libunwind] = ", , libunwind" |
| 92 | PACKAGECONFIG[gpgme] = ",--without-gpgme,," | 93 | PACKAGECONFIG[gpgme] = ",--without-gpgme,," |
| 93 | PACKAGECONFIG[lmdb] = ",--without-ldb-lmdb,lmdb," | 94 | PACKAGECONFIG[lmdb] = ",--without-ldb-lmdb,lmdb," |
| 95 | PACKAGECONFIG[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: |
