zmqpp: fix compilation with some toolchains
authorLionel Orry <lionel.orry@gmail.com>
Fri, 15 May 2015 12:26:40 +0000 (14:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 16 May 2015 12:17:38 +0000 (14:17 +0200)
commitee2b703fe799b36e54f35851e6f2db28eb8fdb1f
tree25473e2f030f93801d9b46e09ad4c656129f30c6
parent0fa452df185545d3781b3015195bee9431496b5d
zmqpp: fix compilation with some toolchains

Fixes:
http://autobuild.buildroot.net/results/d9ec39dc5829aac1b25bfea7484458fcebd68412/

add cstdlib header to ensure EXIT_FAILURE presence

Using some cross-compiling toolchains, EXIT_FAILURE is not always
properly defined without this inclusion.

Patch is upstream:
https://github.com/zeromq/zmqpp/pull/109

[Thomas: use a patch formatted with git format-patch, rather than the
output of 'git show'.]

Signed-off-by: Lionel Orry <lionel.orry@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zmqpp/0001-add-cstdlib-header-to-ensure-EXIT_FAILURE-presence.patch [new file with mode: 0644]