mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
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
@ -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 New Issue
Block a user