mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
097c6ede90
commit
7661ede2d5
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user