zmq: switch to building with CMake
authorRosen Penev <rosenp@gmail.com>
Sat, 18 Jul 2020 22:20:07 +0000 (15:20 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 16 Sep 2020 01:37:03 +0000 (18:37 -0700)
commita7d129fc2d461132cd3f3c6e2db193c3949f8235
tree03be9bc832a2bbce9b18f76d62ebfc9076c11921
parentf69efea1d90091cf2e1729a42ce4a2abdb8fcf69
zmq: switch to building with CMake

Faster compilation.

Before:

time make package/zmq/compile -j 12
Executed in   24.98 secs   fish           external
   usr time   97.41 secs  263.00 micros   97.40 secs
   sys time   12.51 secs   34.00 micros   12.51 secs

After:

time make package/zmq/compile -j 12
Executed in   18.17 secs   fish           external
   usr time   85.22 secs  248.00 micros   85.22 secs
   sys time    9.23 secs   32.00 micros    9.23 secs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit da3409bc3dd084f3a13ac59562f361fa35bbd26f)
libs/zmq/Makefile
libs/zmq/patches/010-cmake.patch [new file with mode: 0644]