czmq: drop libpcre dependency
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 19 Sep 2023 23:48:12 +0000 (01:48 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 22 Sep 2023 07:26:06 +0000 (09:26 +0200)
commitf583a17e1c598573e25016c96b4f2a7df2048d07
tree17853a7f50b552eb42679ea795c3acc4d3b47a4c
parent312b26f641e710a9a66bdb20bde1ec48ad459918
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>
(cherry picked from commit e3ab95185cb67e6d5753b2d7380bac74c4ef4acd)
libs/czmq/Makefile