diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-12-16 09:56:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-16 12:07:05 +0100 |
commit | 135dd12e60ff838a00a5e5d75a34a2480f33563b (patch) | |
tree | 5f20e64663d005b7486afa958df05a26718a14ad /package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch | |
parent | a0899a9610677e3c335ca7d0d2401f07aeac27eb (diff) | |
download | buildroot-135dd12e60ff838a00a5e5d75a34a2480f33563b.tar.gz buildroot-135dd12e60ff838a00a5e5d75a34a2480f33563b.zip |
lua-curl: bump to version 0.3.8
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch')
-rw-r--r-- | package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch b/package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch index 456afb30f7..f1c1f2e21c 100644 --- a/package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch +++ b/package/lua-curl/0001-Fix-build-with-curl-7.62.0.patch @@ -30,8 +30,8 @@ Upstream status: https://github.com/Lua-cURL/Lua-cURLv3/pull/136 diff --git a/src/lcerr_easy.h b/src/lcerr_easy.h index 94ad143c3bfe..895c6d87d72f 100644 ---- a/Lua-cURLv3-0.3.7/src/lcerr_easy.h -+++ b/Lua-cURLv3-0.3.7/src/lcerr_easy.h +--- a/Lua-cURLv3-0.3.8/src/lcerr_easy.h ++++ b/Lua-cURLv3-0.3.8/src/lcerr_easy.h @@ -62,7 +62,11 @@ ERR_ENTRY ( UNKNOWN_TELNET_OPTION ) /* User specified an unknown option */ #endif ERR_ENTRY ( TELNET_OPTION_SYNTAX ) |