Skip to content

Commit a62946e

Browse files
committed
pkgconf workaround for redhatfips
1 parent c02eec3 commit a62946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/components/ruby-augeas.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The pkg-config shim gets confused on Almalinux 9 and 10 that we are building on
5454
# due to the version of rpm being cranky about using our older OpenSSL version,
5555
# so bypass the shim and use pkgconf directly.
56-
extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /el-(9|10)/
56+
extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /(el|redhatfips)-(9|10)/
5757
build_commands << extconf
5858
build_commands << "#{platform[:make]} -e -j$(shell expr $(shell #{platform[:num_cores]}) + 1)"
5959

0 commit comments

Comments
 (0)