From 25320a3c7bfc14247d6c36e3d9d9e27fd4aac259 Mon Sep 17 00:00:00 2001 From: ThePrez Date: Wed, 2 Oct 2019 15:21:28 -0500 Subject: [PATCH 1/3] Add IBM i build support via 'os400' clause --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6969fdf2..d4ee9d5c 100644 --- a/configure.ac +++ b/configure.ac @@ -285,7 +285,7 @@ case "${host_os}" in AC_DEFINE(ZMQ_HAVE_QNXNTO, 1, [Have QNX Neutrino OS]) AC_CHECK_LIB(socket, socket) ;; - *aix*) + *aix*|*os400*) AC_DEFINE(ZMQ_HAVE_AIX, 1, [Have AIX OS]) ;; *hpux*) From fb2db30b194cb92ca808d8a4a8054788ef2f81ad Mon Sep 17 00:00:00 2001 From: ThePrez Date: Wed, 2 Oct 2019 17:28:54 -0500 Subject: [PATCH 2/3] Add relicense notice --- RELICENSE/ThePrez.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RELICENSE/ThePrez.md diff --git a/RELICENSE/ThePrez.md b/RELICENSE/ThePrez.md new file mode 100644 index 00000000..ae4b9eb7 --- /dev/null +++ b/RELICENSE/ThePrez.md @@ -0,0 +1,13 @@ +# Permission to Relicense under MPLv2 + +This is a statement by Jesse Gorzinski +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). + +A portion of the commits made by the Github handle "ThePrez", with +commit author "ThePrez <jgorzinski@gmail.com>", are copyright of Jesse Gorzinski. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Jesse Gorzinski +2019/10/02 From 94f92b64edb8bcf17f1e93ffe288317fd0ce879d Mon Sep 17 00:00:00 2001 From: ThePrez Date: Wed, 2 Oct 2019 17:40:34 -0500 Subject: [PATCH 3/3] Add IBM i to platform list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 548f2706..3171e4d1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ OS and version | Architecture | Compiler and version | Build system | Last repor -------------- | ------------ | -------------------- | ------------ | ----------- | ------- Solaris 10 | x86, amd64, sparc | GCC 8.1.0 | CMake | 2019/03/18 | DragonFly BSD | amd64 | gcc 8.3 | autotools | 2018/08/07 git-72854e63 | +IBM i | ppc64 | gcc 6.3 | autotools | 2019/10/02 git-25320a3 | ### Supported platforms without known active users