Skip to content

Commit

Permalink
Configured available option for aix-gcc to openssl configure
Browse files Browse the repository at this point in the history
aix7-gcc is not an option, so use aix-gcc

worked for me manually on the aix71 build host
  • Loading branch information
craigcomstock committed Sep 11, 2023
1 parent dc7ad3d commit e87d8a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deps-packaging/openssl/cfbuild-openssl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ if [ x$SYS = "xAIX" ]; then
# details.
LDFLAGS="$LDFLAGS -Wl,-bexpfull"
# for some reason, Configure on AIX doesn't auto-detect target
if [ "$(uname -v)" -eq 7 ]; then
target=aix7-gcc
else
target=aix-gcc
fi
target=aix-gcc
fi

$PERL ./Configure $target shared no-idea no-rc5 no-ssl3 no-dtls no-psk no-srp no-engine \
Expand Down

0 comments on commit e87d8a9

Please sign in to comment.