Skip to content

Commit

Permalink
Merge pull request #3698 from ThePrez/ibmi
Browse files Browse the repository at this point in the history
Add IBM i build support
  • Loading branch information
bluca authored Oct 3, 2019
2 parents 9bb6b21 + 94f92b6 commit 1c7ed24
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions RELICENSE/ThePrez.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit 1c7ed24

Please sign in to comment.