Skip to content

Commit 894afe5

Browse files
author
Sean P. McDonald
committed
(maint) remove lib_type dead code
1 parent 3e4231b commit 894afe5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

configs/components/_base-ruby.rb

-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@
114114
# https://tickets.puppetlabs.com/browse/RE-7593 for details on why this causes
115115
# failures and why these copies fix that.
116116
# -Sean P. McDonald 07/01/2016
117-
lib_type = platform.architecture == "x64" ? "seh" : "sjlj"
118-
119117
if platform.architecture == "x64"
120118
gcc_postfix = 'seh'
121119
ssl_postfix = '-x64'

configs/components/openssl-1.1.0.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# CONFIGURE
7676
###########
7777

78-
# OpenSSL fails to work on aarch unless we turn down the compiler optimization.
78+
# OpenSSL fails to work on aarch unless we turn down the compiler optimization/
7979
# See PA-2135 for details
8080
if platform.architecture =~ /aarch/
8181
pkg.apply_patch 'resources/patches/openssl/turn-down-optimization-on-aarch.patch'

0 commit comments

Comments
 (0)