package/qdecoder: Fix build error
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 19 Oct 2014 21:26:44 +0000 (23:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Oct 2014 17:38:22 +0000 (19:38 +0200)
commit1359943effe4051f048597f503c499f8f34dd362
tree3de917ac5fcacc4f9b16b940e1ee18a88b0ff552
parentc2a5b777a5ba923f440a21497a97d32b64f09164
package/qdecoder: Fix build error

Error occured with an allyespackageconfig setup, with
BR2_ENABLE_DEBUG=y:

qcgireq.c: In function '_parse_multipart_value_into_disk':
qcgireq.c:738:60: error: 'errno' undeclared (first use in this function)
         DEBUG("I/O error. (errno=%d)", (ioerror == true) ? errno : 0);

Also fixes the same issue, seen by the autobuilders:

  http://autobuild.buildroot.org/results/ec0/ec06b196e0fe1e2cccb660c683cd1ba012c7f8c7/

[Thomas: add reference to autobuilder failure.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qdecoder/qdecoder-0003-errno.patch [new file with mode: 0644]