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:28 +0000 (09:26 +0200)
commite55b418473120ab40b9532ea6e97dad615e44eb7
treeded08a3fbf525a9223a62fa92044373b11d1ccad
parent244bc7e8a2bb591f021a380fea1921545c19e7d1
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