We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64797a6 + 8d41bcc commit dac2c1eCopy full SHA for dac2c1e
configs/components/ruby-augeas.rb
@@ -50,10 +50,10 @@
50
build_commands = []
51
52
extconf = "#{ruby} ext/augeas/extconf.rb"
53
- # The pkg-config shim gets confused on Almalinux 9 that we are building on
+ # The pkg-config shim gets confused on Almalinux 9 and 10 that we are building on
54
# due to the version of rpm being cranky about using our older OpenSSL version,
55
# so bypass the shim and use pkgconf directly.
56
- extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /el-9/
+ extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /el-(9|10)/
57
build_commands << extconf
58
build_commands << "#{platform[:make]} -e -j$(shell expr $(shell #{platform[:num_cores]}) + 1)"
59
0 commit comments