aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-15 16:58:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-15 16:58:45 +0200
commit938228dda21839169a4d67fa6c98681cf20133bb (patch)
treeae99a32f5c7946202358c9a37e1d3dea1e2ce71d
parent34a5400de113f2badfaa338b00cc361b4ab8355a (diff)
KNOWN_BUGS: OS400 port requires deprecated IBM library
Closes #5176
-rw-r--r--docs/KNOWN_BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 9a75ef610..571157422 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -46,6 +46,7 @@ problems may have been fixed or changed somewhat since this was written!
4.4 Improve --data-urlencode space encoding
5. Build and portability issues
+ 5.1 OS400 port requires deprecated IBM library
5.2 curl-config --libs contains private details
5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
5.4 Build with staticly built dependency
@@ -344,6 +345,14 @@ problems may have been fixed or changed somewhat since this was written!
5. Build and portability issues
+5.1 OS400 port requires deprecated IBM library
+
+ curl for OS400 requires QADRT to build, which provides ASCII wrappers for
+ libc/POSIX functions in the ILE, but IBM no longer supports or even offers
+ this library to download.
+
+ See https://github.com/curl/curl/issues/5176
+
5.2 curl-config --libs contains private details
"curl-config --libs" will include details set in LDFLAGS when configure is