mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
liblockfile: remove unrecognized configure option
The '--enable-static' is an unrecognized configure option, thus removing it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ inherit autotools-brokensep
|
||||
|
||||
# set default mailgroup to mail
|
||||
# --with-libnfslock specify where to install nfslock.so.NVER
|
||||
EXTRA_OECONF = "--enable-shared --enable-static \
|
||||
EXTRA_OECONF = "--enable-shared \
|
||||
--with-mailgroup=mail \
|
||||
--with-libnfslock=${libdir} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user