We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4231b commit 894afe5Copy full SHA for 894afe5
configs/components/_base-ruby.rb
@@ -114,8 +114,6 @@
114
# https://tickets.puppetlabs.com/browse/RE-7593 for details on why this causes
115
# failures and why these copies fix that.
116
# -Sean P. McDonald 07/01/2016
117
- lib_type = platform.architecture == "x64" ? "seh" : "sjlj"
118
-
119
if platform.architecture == "x64"
120
gcc_postfix = 'seh'
121
ssl_postfix = '-x64'
configs/components/openssl-1.1.0.rb
@@ -75,7 +75,7 @@
75
# CONFIGURE
76
###########
77
78
- # OpenSSL fails to work on aarch unless we turn down the compiler optimization.
+ # OpenSSL fails to work on aarch unless we turn down the compiler optimization/
79
# See PA-2135 for details
80
if platform.architecture =~ /aarch/
81
pkg.apply_patch 'resources/patches/openssl/turn-down-optimization-on-aarch.patch'
0 commit comments