Skip to content

Commit

Permalink
Merge pull request #685 from mhashizume/PA-4553/master/openssl-patch
Browse files Browse the repository at this point in the history
(PA-4553) Remove OpenSSL patch
  • Loading branch information
joshcooper committed Jun 27, 2023
2 parents 1a77733 + 17ce8dd commit 099a647
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
7 changes: 0 additions & 7 deletions configs/components/openssl-1.1.1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@
end
end

# OpenSSL 1.1.1q has a bug with a test not including a required library that caueses
# packing failures on macos. Probably safe to look at the 1.1.1r release to see if
# this can be removed.
if platform.is_macos?
pkg.apply_patch 'resources/patches/openssl/openssl_1.1.1q_fix_c_include.patch'
end

# OpenSSL Configure doesn't honor CFLAGS or LDFLAGS as environment variables.
# Instead, those should be passed to Configure at the end of its options, as
# any unrecognized options are passed straight through to ${CC}. Defining
Expand Down
12 changes: 0 additions & 12 deletions resources/patches/openssl/openssl_1.1.1q_fix_c_include.patch

This file was deleted.

0 comments on commit 099a647

Please sign in to comment.