zeromq: patch configure.ac to check for ldaddr on when checking libunwind
authorAsaf Kahlon <asafka7@gmail.com>
Sun, 15 Apr 2018 18:15:55 +0000 (21:15 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Apr 2018 18:39:10 +0000 (20:39 +0200)
commit376fa2a9bc4f78e783b29f613432f45059ad31b8
tree73a651799b6f9f69e9547f2a862db01474c6a2a3
parent338f32634069ce2610132fa70974a5b429ccc51c
zeromq: patch configure.ac to check for ldaddr on when checking libunwind

configure.ac can fail the build when there's no dynamic library support,
since it cannot find dladdr which is needed only when we have libunwind.
Therefore, configure.ac was patched to check for dladdr only in the libunwind
check section. As a consequence of the patch, ZEROMQ_AUTORECONF was set.

The patch was applied to the zeromq master branch, see:
https://github.com/zeromq/libzmq/commit/c971445025535b9f989ab0b78f5ddd1c026f1878

Fixes:
http://autobuild.buildroot.net/results/2b1aaf7e35651f04a9e9d0269e49c1b0bd87ae29/

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/zeromq/0001-configure.ac-serach-for-dladdr-only-on-libunwind.patch [new file with mode: 0644]
package/zeromq/zeromq.mk