diff options
author | Fahad Usman <fahad_usman@mentor.com> | 2012-12-20 07:58:23 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-02-15 12:16:54 +0100 |
commit | d7930d598de7bcac854fe7d2b087b9afcc40a371 (patch) | |
tree | 41933f07f9212e562f203cd2b5040a38a3e323ba /meta-oe/recipes-connectivity/samba/samba.inc | |
parent | a4eac0d18323b405002c53c289a13ef2afe610ed (diff) | |
download | meta-openembedded-d7930d598de7bcac854fe7d2b087b9afcc40a371.tar.gz meta-openembedded-d7930d598de7bcac854fe7d2b087b9afcc40a371.tar.bz2 meta-openembedded-d7930d598de7bcac854fe7d2b087b9afcc40a371.zip |
samba: disable avahi and build without acl
disable avahi and acl to avoid some random build failures. We do not want
samba to auto-detect the presence of avahi and/or acl, explicitly disabling
or enabling them guarantees a more predictable build process
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba.inc')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index 416334a5d..a86c8be20 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc @@ -34,6 +34,8 @@ EXTRA_OECONF='--disable-cups \ --with-swatdir=${datadir}/swat \ --with-aio-support \ --without-libtalloc \ + --without-acl-support \ + --disable-avahi \ samba_cv_struct_timespec=yes \ libreplace_cv_HAVE_MMAP=${SAMBAMMAP}' |