diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-05-16 04:26:52 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-21 13:56:09 +0200 |
commit | 90795acc987040bf4743828644b1edf57e929439 (patch) | |
tree | ac77aee85823a8e1908cca0986d253fc63565b14 /meta-oe/recipes-extended/liblockfile | |
parent | c6326c326b6ac91fad1862d85f00d9e7810bbc04 (diff) | |
download | meta-openembedded-90795acc987040bf4743828644b1edf57e929439.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile')
-rw-r--r-- | meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb index 0b9fdafea..38e1915e4 100644 --- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb +++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | |||
@@ -17,7 +17,7 @@ inherit autotools-brokensep | |||
17 | 17 | ||
18 | # set default mailgroup to mail | 18 | # set default mailgroup to mail |
19 | # --with-libnfslock specify where to install nfslock.so.NVER | 19 | # --with-libnfslock specify where to install nfslock.so.NVER |
20 | EXTRA_OECONF = "--enable-shared --enable-static \ | 20 | EXTRA_OECONF = "--enable-shared \ |
21 | --with-mailgroup=mail \ | 21 | --with-mailgroup=mail \ |
22 | --with-libnfslock=${libdir} \ | 22 | --with-libnfslock=${libdir} \ |
23 | " | 23 | " |