aboutsummaryrefslogtreecommitdiff
path: root/libs/czmq
Commit message (Collapse)AuthorAge
* czmq: drop libpcre dependencyJosef Schlehofer2023-09-21
| | | | | | | | | | 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>
* remove a bunch of rpath hacksRosen Penev2021-10-28
| | | | | | These are already default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: change emailJan Pavlinec2021-07-29
| | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* czmq: update to version 4.2.1Jan Pavlinec2021-01-22
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* czmq: switch to CMakeRosen Penev2020-07-10
| | | | | | | | | | | | Allows faster compilation and removing various Makefile hacks. Fixed license to SPDX format. Added PKG_BUILD_PARALLEL for faster compilation. Various cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* czmq: polishing of MakefileJan Pavlinec2019-03-27
| | | | | | | | | Changes: -Add URL -Fix Description and Title -Add ABI Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* czmq: update to version 4.2.0Jan Pavlinec2019-03-13
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* czmq: add new packageJan Pavlinec2019-01-30
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>