zmq: switch to building with CMake 12871/head
authorRosen Penev <rosenp@gmail.com>
Sat, 18 Jul 2020 22:20:07 +0000 (15:20 -0700)
committerRosen Penev <rosenp@gmail.com>
Sat, 18 Jul 2020 22:28:13 +0000 (15:28 -0700)
commitda3409bc3dd084f3a13ac59562f361fa35bbd26f
tree784fbc13b41f61838c4dc2fa5be2ac312fbf8f6b
parentaaa81d753424aa0d7e0a618e733bc2062cdd6530
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>
libs/zmq/Makefile
libs/zmq/patches/010-cmake.patch [new file with mode: 0644]