Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 87c57cb

Browse files
committed
curl: use standard compiler flags
1 parent 6f51c0f commit 87c57cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/software/curl.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
FileUtils.rm_rf(File.join(project_dir, "src/tool_hugehelp.c"))
3434
end
3535

36-
# curl requires pkg-config that is shipped with the agent
37-
env = { "PATH" => "#{install_dir}/embedded/bin" + File::PATH_SEPARATOR + ENV["PATH"] }
36+
env = with_standard_compiler_flags(with_embedded_path)
3837
configure_options = [
3938
"--disable-manual",
4039
"--disable-debug",

0 commit comments

Comments
 (0)