From: Andy Polyakov Date: Thu, 23 Jan 2003 09:51:55 +0000 (+0000) Subject: The patch speaks for itself. X-Git-Tag: OpenSSL_0_9_7a~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=118204f9a7c853a57775c8a285b83fed251380ab;p=oweals%2Fopenssl.git The patch speaks for itself. --- 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.