Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
1c7ed248
Unverified
Commit
1c7ed248
authored
Oct 03, 2019
by
Luca Boccassi
Committed by
GitHub
Oct 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3698 from ThePrez/ibmi
Add IBM i build support
parents
9bb6b214
94f92b64
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
README.md
README.md
+1
-0
ThePrez.md
RELICENSE/ThePrez.md
+13
-0
configure.ac
configure.ac
+1
-1
No files found.
README.md
View file @
1c7ed248
...
...
@@ -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
...
...
RELICENSE/ThePrez.md
0 → 100644
View file @
1c7ed248
# 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
configure.ac
View file @
1c7ed248
...
...
@@ -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*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment