diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-01-21 16:59:58 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-24 10:39:29 +0100 |
commit | 68b29a7a9595bd1a5c634c1004168a434d5b1c62 (patch) | |
tree | 0d8e6a4a40390d4f2e69aa3ccd85ad155e7cc702 /package/libs/uclient | |
parent | 528508ae8b33c76deaf18f313973144a7e920678 (diff) | |
download | upstream-68b29a7a9595bd1a5c634c1004168a434d5b1c62.tar.gz upstream-68b29a7a9595bd1a5c634c1004168a434d5b1c62.tar.bz2 upstream-68b29a7a9595bd1a5c634c1004168a434d5b1c62.zip |
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 <jo@mein.io>
Diffstat (limited to 'package/libs/uclient')
-rw-r--r-- | package/libs/uclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |