Since Mr Ralf is one of the OpenSSL master, here is a patch to be
included in future openssl releases.

in fips/rand/fips_rand.c there is a #define _XOPEN_SOURCE_EXTENDED

On AIX, this is allready defined and break compil, added the following :

#ifndef _XOPEN_SOURCE_EXTENDED
#define _XOPEN_SOURCE_EXTENDED
#endif

Also, it seems Config/config on aix prefer cc over gcc, even if we
specify CC=gcc in the config line. As such it generated many warning
in build since gcc didn't understand -qmaxmem=16384.

Any way to allow gcc for AIX in future releases ?
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to