diff options
| author | Adam Vandenberg | 2013-05-26 12:08:05 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-26 12:08:05 -0700 |
| commit | d0c6c1e265209d61a6d752df7ec002ff39009c42 (patch) | |
| tree | 43e8afaf8c1232894ce0d2833ba67f02aa2813b2 /Library/Formula | |
| parent | fc3cd4d59af42bfe4bf6f506201c5fb9f4695dc0 (diff) | |
| download | homebrew-d0c6c1e265209d61a6d752df7ec002ff39009c42.tar.bz2 | |
disable-nls for neon and subversion
Explicitly disable nls for neon and subversion in a hand-wavy
attempt to fix #17613.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/neon.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/subversion.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index 7adc24ab2..848bc4423 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -19,6 +19,7 @@ class Neon < Formula "--prefix=#{prefix}", "--enable-shared", "--disable-static", + "--disable-nls", "--with-ssl" system "make install" end diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 21d4ecd81..0485fbcb5 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -87,6 +87,7 @@ class Subversion < Formula # use our neon, not OS X's "--disable-neon-version-check", "--disable-mod-activation", + "--disable-nls", "--without-apache-libexecdir", "--without-berkeley-db"] |
