depends: fix libzmq's needless linking against libstdc++
commita6365c5c3d277af355c51d7aee969f261dc5a751
authorCory Fields <cory-nospam-@coryfields.com>
Thu, 21 Dec 2017 22:27:57 +0000 (21 17:27 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Thu, 21 Dec 2017 23:01:08 +0000 (21 18:01 -0500)
tree91f888c470b9518d3260da2b491060ad323a6a9d
parent711d16ca4a916d4e30f17e2babb46fc1b0be4732
depends: fix libzmq's needless linking against libstdc++

This is broken for a number of reasons, including:
- g++ understands "-static-libstdc++ -lstdc++" to mean "link against whatever
  libstdc++ exists, probably shared", which in itself is buggy.
- another stdlib (libc++ for example) may be in use
depends/packages/zeromq.mk