Configure: AIX needs a specific DSO extension function
authorRichard Levitte <levitte@openssl.org>
Sat, 25 May 2019 09:02:59 +0000 (11:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 14:07:40 +0000 (16:07 +0200)
DSO extensions are normally derived from platform->shlibextsimple() on
Unix.  This isn't the case for AIX, so it needs to define its own DSO
extension specifically.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9005)

Configurations/platform/AIX.pm

index f441c157de10e10d0ee627208c81cf28e9dcb1c3..c6f0e8d25105b0429c80109172200ece95dd8400 100644 (file)
@@ -12,6 +12,7 @@ require platform::Unix;
 # Assume someone set @INC right before loading this module
 use configdata;
 
+sub dsoext              { '.so' }
 sub shlibextsimple      { '.a' }
 
 # In shared mode, the default static library names clashes with the final