aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libnftnl/Makefile
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-03-23 15:04:51 +0000
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-03-23 21:31:05 +0000
commita0027f8dbf414362d10d625dbaff27c29f6f6cd8 (patch)
treeb22dbb6959bdf94c0b39a2801de6bee148f2b5c5 /package/libs/libnftnl/Makefile
parent6f01d3334ef3834d888dc91b35e51524439b34d1 (diff)
downloadupstream-a0027f8dbf414362d10d625dbaff27c29f6f6cd8.tar.gz
upstream-a0027f8dbf414362d10d625dbaff27c29f6f6cd8.tar.bz2
upstream-a0027f8dbf414362d10d625dbaff27c29f6f6cd8.zip
libnftnl: drop unsupported configure option
--without-json-parsing is not a supported configure option. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/libs/libnftnl/Makefile')
-rw-r--r--package/libs/libnftnl/Makefile3
1 files changed, 1 insertions, 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