diff options
author | Andy Polyakov <appro@openssl.org> | 2003-01-23 09:52:34 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2003-01-23 09:52:34 +0000 |
commit | 04da4558dd70add8069d90ef7c1a5dd17c7b76c2 (patch) | |
tree | 74cb21110b1b4c4b80d5e505478700a3569db28b /PROBLEMS | |
parent | 0c3426da8678d248c2ebfe02c84d6fdab122a21e (diff) | |
download | openssl-new-04da4558dd70add8069d90ef7c1a5dd17c7b76c2.tar.gz |
The patch speaks for itself.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -89,3 +89,12 @@ failures in other parts of the code. (See Ticket #426.) Workaround: modify the target to +O2 when building with no-asm. + +* Poor support for AIX shared builds. + +do_aix-shared rule is not flexible enough to parameterize through a +config-line. './Configure aix43-cc shared' is working, but not +'./Configure aix64-gcc shared'. In latter case make fails to create shared +libraries. It's possible to build 64-bit shared libraries by running +'env OBJECT_MODE=64 make', but we need more elegant solution. Preferably one +supporting even gcc shared builds. See RT#463 for background information. |