diff options
author | Wenlin Kang <wenlin.kang@windriver.com> | 2019-04-28 10:37:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-30 12:18:30 -0700 |
commit | 8f97bb53942ddb600f8dd005622539e31598065b (patch) | |
tree | 3164f3d051138e55b2e5c7cda5d17c351827e10c /meta-networking | |
parent | 0cdf3944d47cd4d1052e15012db3a74dccc82f68 (diff) | |
download | meta-openembedded-8f97bb53942ddb600f8dd005622539e31598065b.tar.gz |
samba: add PACKAGECONFIG for libunwind
Add libunwind switch, this makes it have a chance to compile
codes which are conditioned by "HAVE_LIBUNWIND_H"
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | 1 |
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 2a785bd89..c3a94f204 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.8.4.bb | |||
@@ -81,6 +81,7 @@ PACKAGECONFIG[zeroconf] = "--enable-avahi,--disable-avahi,avahi" | |||
81 | PACKAGECONFIG[valgrind] = ",--without-valgrind,valgrind," | 81 | PACKAGECONFIG[valgrind] = ",--without-valgrind,valgrind," |
82 | PACKAGECONFIG[lttng] = "--with-lttng, --without-lttng,lttng-ust" | 82 | PACKAGECONFIG[lttng] = "--with-lttng, --without-lttng,lttng-ust" |
83 | PACKAGECONFIG[archive] = "--with-libarchive, --without-libarchive, libarchive" | 83 | PACKAGECONFIG[archive] = "--with-libarchive, --without-libarchive, libarchive" |
84 | PACKAGECONFIG[libunwind] = ", , libunwind" | ||
84 | 85 | ||
85 | # Building the AD (Active Directory) DC (Domain Controller) requires GnuTLS, | 86 | # Building the AD (Active Directory) DC (Domain Controller) requires GnuTLS, |
86 | # And ad-dc doesn't work with mitkrb5 for versions prior to 4.7.0 according to: | 87 | # And ad-dc doesn't work with mitkrb5 for versions prior to 4.7.0 according to: |