diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/freetds.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb index c2b9d4d1d..631e78a2b 100644 --- a/Library/Formula/freetds.rb +++ b/Library/Formula/freetds.rb @@ -15,6 +15,8 @@ class Freetds < Formula depends_on :libtool end + option :universal + def install system "autoreconf -i" if build.head? @@ -28,6 +30,7 @@ class Freetds < Formula args << "--with-unixodbc=#{Formula.factory('unixodbc').prefix}" end + ENV.universal_binary if build.universal? system "./configure", *args system 'make' ENV.j1 # Or fails to install on multi-core machines |
