From 90795acc987040bf4743828644b1edf57e929439 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 16 May 2014 04:26:52 -0400 Subject: liblockfile: remove unrecognized configure option The '--enable-static' is an unrecognized configure option, thus removing it. Signed-off-by: Chen Qi Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb index 0b9fdafea7..38e1915e4f 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 # 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} \ " -- cgit 1.2.3-korg