diff options
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index 7391bbff27..87352a1cbd 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc | |||
@@ -29,7 +29,7 @@ EXTRA_OECONF='--disable-cups \ | |||
29 | --with-lockdir=${localstatedir}/lock \ | 29 | --with-lockdir=${localstatedir}/lock \ |
30 | --with-piddir=${localstatedir}/run \ | 30 | --with-piddir=${localstatedir}/run \ |
31 | --with-logfilebase=${localstatedir}/log \ | 31 | --with-logfilebase=${localstatedir}/log \ |
32 | --with-libdir=${libdir} \ | 32 | --libdir=${libdir} \ |
33 | --with-mandir=${mandir} \ | 33 | --with-mandir=${mandir} \ |
34 | --with-swatdir=${datadir}/swat \ | 34 | --with-swatdir=${datadir}/swat \ |
35 | --with-aio-support \ | 35 | --with-aio-support \ |