mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -34,6 +34,8 @@ EXTRA_OECONF='--disable-cups \
|
|||||||
--with-swatdir=${datadir}/swat \
|
--with-swatdir=${datadir}/swat \
|
||||||
--with-aio-support \
|
--with-aio-support \
|
||||||
--without-libtalloc \
|
--without-libtalloc \
|
||||||
|
--without-acl-support \
|
||||||
|
--disable-avahi \
|
||||||
samba_cv_struct_timespec=yes \
|
samba_cv_struct_timespec=yes \
|
||||||
libreplace_cv_HAVE_MMAP=${SAMBAMMAP}'
|
libreplace_cv_HAVE_MMAP=${SAMBAMMAP}'
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require samba-basic.inc
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
file://config-h.patch \
|
file://config-h.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user