Ver Fonte

libnftnl: drop unsupported configure option

--without-json-parsing is not a supported configure option.

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
Kevin Darbyshire-Bryant há 5 anos atrás
pai
commit
a0027f8dbf
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      package/libs/libnftnl/Makefile

+ 1 - 2
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