Skip to content

Commit

Permalink
util-linux: fix build failure, add LDFLAGS="-lm"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Haden-Enneking committed Jan 17, 2025
1 parent 970afcc commit 41885a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/u/util-linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def install
end

system "./configure", *args, *std_configure_args
system "make", "install"
system "make", "install", "LDFLAGS=\"-lm\""
end

def caveats
Expand Down

0 comments on commit 41885a5

Please sign in to comment.