Skip to content

Commit

Permalink
libnftnl: drop unsupported configure option
Browse files Browse the repository at this point in the history
--without-json-parsing is not a supported configure option.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
  • Loading branch information
ldir-EDB0 committed Mar 23, 2020
1 parent 6f01d33 commit a0027f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/libs/libnftnl/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a0027f8

Please sign in to comment.