aboutsummaryrefslogtreecommitdiff
path: root/libs/zmq/patches/0001-fix-openpgm-linking-for-zeromq.patch
Commit message (Collapse)AuthorAge
* zmq: fix gcc 13 errorsOskari Rauta2023-05-20
| | | | | | | | | | | gcc 13 compatibility patch is from alpine linux. https://git.alpinelinux.org/aports/tree/main/zeromq/gcc13.patch fixes #20972 I also renamed one of patches, so patch filenames are more unified. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* zmq: add optional dependency on openpgmYe Holmes2021-02-17
And add a patch for CMakeList.txt to configure correctly with openpgm enabled. Signed-off-by: Ye Holmes <yeholmes@outlook.com>