Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/components/ruby-augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# which sets PKG_CONFIG_PATH variables and calls
# /usr/bin/pkgconf
# we will skip the RedHat call stack and call the pkgconf binary directly.
extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /((el|redhatfips)-(9|10))|fedora/
extconf += ' --with-pkg-config=/usr/bin/pkgconf' if platform.name =~ /((el|redhatfips)-(9|10))|fedora|amazon-2023/
build_commands << extconf
build_commands << "#{platform[:make]} -e -j$(shell expr $(shell #{platform[:num_cores]}) + 1)"

Expand Down