zmq: Fix compilation for c++ stdlib 8728/head
authorAmol Bhave <amol@amolbhave.com>
Fri, 19 Apr 2019 14:33:25 +0000 (07:33 -0700)
committerAmol Bhave <ambhave@fb.com>
Fri, 19 Apr 2019 23:18:28 +0000 (16:18 -0700)
commitacabcd4c23f805d4ba0df966cfd36cd0ee7103a0
treec7e57ba1eb6c0db45e87d4d635fb79dcf7a31c5d
parent949796044ce23abdfa5b7ca20a35adf2cbed609e
zmq: Fix compilation for c++ stdlib

Compilation for the zmq lib is broken for c++ stdlib in openwrt since the
patches add uclibc++ specific code.

This diffs changes the patch to only include the code conditioned
on if we are actually using uclibc++.

Signed-off-by: Amol Bhave <amol@amolbhave.com>
libs/zmq/Makefile
libs/zmq/patches/020-map_with_const_string_with_ublic++.patch
libs/zmq/patches/100-fix-cxx-include-order.patch [deleted file]