Skip to content

Commit fc48623

Browse files
authored
Merge pull request Homebrew#182576 from Homebrew/zzuf-std_configure_args
zzuf: use std_configure_args
2 parents b35888b + a0ea900 commit fc48623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/z/zzuf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def install
3636

3737
# Fix compile with newer Clang
3838
ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
39+
ENV.append_to_cflags "-Wno-int-conversion" if DevelopmentTools.clang_build_version >= 1500
3940

40-
system "./configure", "--disable-dependency-tracking",
41-
"--prefix=#{prefix}"
41+
system "./configure", "--disable-silent-rules", *std_configure_args
4242
system "make", "install"
4343
end
4444

0 commit comments

Comments
 (0)