diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-03 22:59:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-10 12:20:18 +0100 |
commit | 7661ede2d532d1109ea42c7f49a98195f2cf1408 (patch) | |
tree | ad4e0a81ebfe65168b064a8dfd24eba5703960b1 /meta-oe/recipes-connectivity/samba | |
parent | 097c6ede903dc0327ecaa4c0d03752b8d77d0d48 (diff) | |
download | meta-openembedded-7661ede2d532d1109ea42c7f49a98195f2cf1408.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>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba')
-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 7391bbff2..87352a1cb 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 \ |