czmq: drop libpcre dependency
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 19 Sep 2023 23:48:12 +0000 (01:48 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 21 Sep 2023 22:48:29 +0000 (15:48 -0700)
commite3ab95185cb67e6d5753b2d7380bac74c4ef4acd
tree1dcbe581bc67ff9fb32b083b6de0929359b031cd
parent29a9a6a4a7b797097992eb7ff2cfd84d11920b25
czmq: drop libpcre dependency

It seems like the libpcre dependency was added by mistake.
While checking in the source code of czmq (Makefile.am, CMakeLists.txt),
I see there are several dependencies, but there isn't PCRE.

Fixes: 936a48a ("czmq: add new package")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
libs/czmq/Makefile