aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-01-03 22:59:24 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-04-22 10:07:57 +0200
commitc3315bd1a6e6e46d23fffcac6aff8b69165ee1c6 (patch)
treee01c17e32c4a9e41ca8e7a4bcf93c79e45fa585d
parentba4bb3062c684142907141bfbccd330097c19599 (diff)
downloadmeta-openembedded-contrib-c3315bd1a6e6e46d23fffcac6aff8b69165ee1c6.tar.gz
samba: Fix unrecognised with-libdir options
Remove with-libdir as there is no such option and set libdir with --libdir. Change-Id: Ida67c0c92d19ccc339f16c504055daa8c0d7208a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 7661ede2d532d1109ea42c7f49a98195f2cf1408) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-connectivity/samba/samba.inc2
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 \
--with-lockdir=${localstatedir}/lock \
--with-piddir=${localstatedir}/run \
--with-logfilebase=${localstatedir}/log \
- --with-libdir=${libdir} \
+ --libdir=${libdir} \
--with-mandir=${mandir} \
--with-swatdir=${datadir}/swat \
--with-aio-support \