projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528508a
)
uclient: set fixed ABI_VERSION on libuclient
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 21 Jan 2019 15:59:58 +0000
(16:59 +0100)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/libs/uclient/Makefile
b/package/libs/uclient/Makefile
index 3f417fcd6db1d8319def97833c828dd37d13fa33..3ec6853c30092ecab63a78af94ec1e38879a26fa 100644
(file)
--- 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