From 36f0061ce944b9d99a37c3fe2f79b5e791017487 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 16 May 2014 04:26:52 -0400 Subject: [PATCH] liblockfile: remove unrecognized configure option The '--enable-static' is an unrecognized configure option, thus removing it. (From meta-openembedded rev: 90795acc987040bf4743828644b1edf57e929439) Signed-off-by: Chen Qi Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb index 0b9fdaf..38e1915 100644 --- a/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb +++ b/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb @@ -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} \ " -- 2.7.4