uclient: set fixed ABI_VERSION on libuclient
authorJo-Philipp Wich <jo@mein.io>
Mon, 21 Jan 2019 15:59:58 +0000 (16:59 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 24 Jan 2019 09:39:29 +0000 (10:39 +0100)
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 <jo@mein.io>
package/libs/uclient/Makefile

index 3f417fcd6db1d8319def97833c828dd37d13fa33..3ec6853c30092ecab63a78af94ec1e38879a26fa 100644 (file)
@@ -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