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:43 +0000 (09:26 +0200)
commit4070b265e885f223fdd30a2051ec995afbcda501
tree0f13a0219ecdb1c957eff49dbed87d1b5ddc9237
parent1b0392321dbd44cda2751b7d5e7aa3f46494da1b
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