mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
c6326c326b
commit
90795acc98
|
|
@ -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} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user