From: Jo-Philipp Wich Date: Mon, 21 Jan 2019 15:59:58 +0000 (+0100) Subject: uclient: set fixed ABI_VERSION on libuclient X-Git-Tag: v19.07.0-rc1~1541 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=68b29a7a9595bd1a5c634c1004168a434d5b1c62;p=openwrt%2Fstaging%2Fpepe2k.git 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 --- diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile index 3f417fcd6d..3ec6853c30 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