package/lua-curl: add variant definition of lcurl_url_t
authorFrancois Perrad <fperrad@gmail.com>
Sun, 24 Feb 2019 19:51:32 +0000 (20:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 24 Feb 2019 20:58:16 +0000 (21:58 +0100)
commitdd6e3c8f1acae4b366803039e9f266f58ca7461e
treec1ae38d78082acda75feab506d397a127f82c898
parent50610dccfaa7badd4a995693107280de07bfe742
package/lua-curl: add variant definition of lcurl_url_t

lua-curl has separate code paths for compilers that support forward
typedef declarations and those who don't. For the latter case, one
structure was not properly defined, causing a build failure with older
compilers.

Fixes:

  http://autobuild.buildroot.org/results/8d76ad49837b368a7bba3c3dfd445a035471268a/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: improve commit log]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lua-curl/0001-add-variant-definition-of-lcurl_url_t.patch [new file with mode: 0644]