[oe-commits] Andrei Gherzan : samba: Fix unrecognised with-libdir options

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 11:17:04 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 7661ede2d532d1109ea42c7f49a98195f2cf1408
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7661ede2d532d1109ea42c7f49a98195f2cf1408

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Fri Jan  3 22:59:24 2014 +0200

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 at gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/samba/samba.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 7391bbf..87352a1 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 \



More information about the Openembedded-commits mailing list