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>
This commit is contained in:
parent
528508ae8b
commit
68b29a7a95
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ define Package/libuclient
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=HTTP/1.1 client library
|
TITLE:=HTTP/1.1 client library
|
||||||
ABI_VERSION:=$(PKG_VERSION)
|
ABI_VERSION:=20160123
|
||||||
DEPENDS:=+libubox
|
DEPENDS:=+libubox
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue