From a0027f8dbf414362d10d625dbaff27c29f6f6cd8 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Mon, 23 Mar 2020 15:04:51 +0000 Subject: [PATCH] libnftnl: drop unsupported configure option --without-json-parsing is not a supported configure option. Signed-off-by: Kevin Darbyshire-Bryant --- package/libs/libnftnl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile index f90c6fb3e5..74771fe678 100644 --- a/package/libs/libnftnl/Makefile +++ b/package/libs/libnftnl/Makefile @@ -43,8 +43,7 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-static \ - --enable-shared \ - --without-json-parsing + --enable-shared define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/libnftnl