X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=PROBLEMS;h=1a956b54815c9c794d5a3982a68f2cce53cd484b;hp=62e395f0a5ca7490177c553d81f0184f1f5235eb;hb=e2c9c91b5b4b836fef2839c50eca4fe574242a7f;hpb=52e5e5c2baf15c1f8fcec2cd7ecd21a39a8011dc diff --git a/PROBLEMS b/PROBLEMS index 62e395f0a5..1a956b5481 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -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.