samba: Fix unrecognised with-libdir options
authorAndrei Gherzan <andrei@gherzan.ro>
Fri, 3 Jan 2014 20:59:24 +0000 (22:59 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:14 +0000 (08:35 -0800)
Remove with-libdir as there is no such option and set libdir with --libdir.

Change-Id: Ida67c0c92d19ccc339f16c504055daa8c0d7208a
(From meta-openembedded rev: 7661ede2d532d1109ea42c7f49a98195f2cf1408)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/samba/samba.inc

index 7391bbf..87352a1 100644 (file)
@@ -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 \