From 68b29a7a9595bd1a5c634c1004168a434d5b1c62 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 21 Jan 2019 16:59:58 +0100 Subject: [PATCH] uclient: set fixed ABI_VERSION on libuclient Last incompatible change appeared to be 4924411 ("http: add proper error handling to uclient_http_redirect()") which changed the return value of uclient_http_redirect() from bool to int. Signed-off-by: Jo-Philipp Wich --- package/libs/uclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile index 3f417fcd6db..3ec6853c300 100644 --- a/package/libs/uclient/Makefile +++ b/package/libs/uclient/Makefile @@ -24,7 +24,7 @@ define Package/libuclient SECTION:=libs CATEGORY:=Libraries TITLE:=HTTP/1.1 client library - ABI_VERSION:=$(PKG_VERSION) + ABI_VERSION:=20160123 DEPENDS:=+libubox endef -- 2.30.2