libnftnl: drop unsupported configure option
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 23 Mar 2020 15:04:51 +0000 (15:04 +0000)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 23 Mar 2020 21:31:05 +0000 (21:31 +0000)
--without-json-parsing is not a supported configure option.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
package/libs/libnftnl/Makefile

index f90c6fb3e5d78e2d6221265302ec784e3431fbb8..74771fe678cf7cef932bd11513d6a8c9c652903e 100644 (file)
@@ -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