summaryrefslogtreecommitdiff
path: root/external/openssl/openssl-no-ipc-cmd.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/openssl/openssl-no-ipc-cmd.patch.0')
-rw-r--r--external/openssl/openssl-no-ipc-cmd.patch.023
1 files changed, 0 insertions, 23 deletions
diff --git a/external/openssl/openssl-no-ipc-cmd.patch.0 b/external/openssl/openssl-no-ipc-cmd.patch.0
index 7f75b8ce64fe..8c6b2c58d63a 100644
--- a/external/openssl/openssl-no-ipc-cmd.patch.0
+++ b/external/openssl/openssl-no-ipc-cmd.patch.0
@@ -40,29 +40,6 @@
if ( $CC ) {
# Find the compiler vendor and version number for certain compilers
-@@ -364,14 +365,14 @@
- }
- }
-
-- if ( ${SYSTEM} eq 'AIX' ) {
-- # favor vendor cc over gcc
-- if (IPC::Cmd::can_run('cc')) {
-- $CC = 'cc';
-- $CCVENDOR = ''; # Determine later
-- $CCVER = 0;
-- }
-- }
-+# if ( ${SYSTEM} eq 'AIX' ) {
-+# # favor vendor cc over gcc
-+# if (IPC::Cmd::can_run('cc')) {
-+# $CC = 'cc';
-+# $CCVENDOR = ''; # Determine later
-+# $CCVER = 0;
-+# }
-+# }
-
- if ( $SYSTEM eq "SunOS" ) {
- # check for Oracle Developer Studio, expected output is "cc: blah-blah C x.x blah-blah"
--- util/perl/OpenSSL/config.pm.orig 2022-11-08 12:54:59.751298823 +0100
+++ util/perl/OpenSSL/config.pm 2022-11-08 12:55:16.436287053 +0100
@@ -52,13 +52,13 @@