File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 pkg . url "https://curl.se/download/curl-#{ pkg . get_version } .tar.gz"
55 pkg . mirror "#{ settings [ :buildsources_url ] } /curl-#{ pkg . get_version } .tar.gz"
66
7- pkg . build_requires "openssl-#{ settings [ :openssl_version ] } "
7+ # pkg.build_requires "openssl-#{settings[:openssl_version]}"
88 pkg . build_requires "puppet-ca-bundle"
99
1010 ldflags = settings [ :ldflags ]
Original file line number Diff line number Diff line change 11component "puppet-ca-bundle" do |pkg , settings , platform |
22 pkg . load_from_json ( "configs/components/puppet-ca-bundle.json" )
33
4- pkg . build_requires "openssl-#{ settings [ :openssl_version ] } "
4+ # pkg.build_requires "openssl-#{settings[:openssl_version]}"
55
66 if platform . is_cross_compiled_linux?
77 # Use the build host's openssl command, not our cross-compiled or vendored one
Original file line number Diff line number Diff line change 2525# and krb5-devel
2626if proj . settings [ :openssl_version ]
2727 # already defined in the project
28- elsif platform . name =~ /^redhatfips-8 /
28+ elsif platform . name =~ /^redhatfips-[89] /
2929 proj . setting ( :openssl_version , '1.1.1k' )
3030else
3131 proj . setting ( :openssl_version , '1.1.1' )
109109
110110if platform . name =~ /^redhatfips-7/ && proj . openssl_version == '1.1.1'
111111 proj . component "openssl-1.1.1-fips"
112- elsif platform . name =~ /^redhatfips-8 / && proj . openssl_version == '1.1.1k'
112+ elsif platform . name =~ /^redhatfips-[89] / && proj . openssl_version == '1.1.1k'
113113 proj . component "openssl-1.1.1-fips"
114114elsif proj . settings [ :openssl_version ]
115115 proj . component "openssl-#{ proj . openssl_version } "
You can’t perform that action at this time.
0 commit comments