From bdc23034ca061ad118f1031a5af7270a745498c5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 6 Apr 2020 18:31:14 -0700 Subject: [PATCH] bind: use json-c instead of jsoncpp The configure script prefers the latter whereas the code prefers the latter. Hack around it. Signed-off-by: Rosen Penev --- net/bind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 9832705e4..b0d3e5dee 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.14.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans @@ -125,6 +125,7 @@ endef export BUILD_CC="$(TARGET_CC)" +TARGET_CFLAGS += -DHAVE_JSON_C -UHAVE_JSON TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed CONFIGURE_ARGS += \