Skip to content

Commit

Permalink
sqldiff: build without Integer overflow builtins on Yosemite
Browse files Browse the repository at this point in the history
Closes #9929.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
neutric authored and dunn committed Feb 19, 2017
1 parent bed2243 commit f87e61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/sqldiff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Sqldiff < Formula
end

def install
ENV.append "CPPFLAGS", "-DSQLITE_DISABLE_INTRINSIC" if MacOS.version <= :yosemite && ENV.compiler == :clang
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make", "sqldiff"
bin.install "sqldiff"
Expand Down

0 comments on commit f87e61a

Please sign in to comment.