Skip to content

Commit

Permalink
crosstool-ng 1.18.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#17509.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nandub authored and adamv committed Feb 1, 2013
1 parent 948122d commit 06ae6da
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Formula/crosstool-ng.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class CrosstoolNg < Formula
homepage 'http://crosstool-ng.org'
url 'http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.17.0.tar.bz2'
sha1 '39a8d075bb8106fbc25e537a147228253dbf8cb7'
url 'http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2'
sha1 'ea9aa0521683486efb02596d9dfe00f66e18fdc3'

depends_on :automake => :build
depends_on 'coreutils' => :build
Expand All @@ -16,13 +16,7 @@ class CrosstoolNg < Formula

def patches
# Fixes clang offsetof compatability. Took better patch from #14547
p = [DATA]
# The following patches are already upstream.
# They can be removed at the next release.
p << 'http://crosstool-ng.org/download/crosstool-ng/01-fixes/1.17.0/000-scripts_unquoted_variable_reference_in_glibc_eglibc_sh_common.patch'
p << 'http://crosstool-ng.org/download/crosstool-ng/01-fixes/1.17.0/001-scripts_fail_on_in_paths.patch'
# The 'case ;;&' construct is a bash4ism. Get rid of it.
p << 'http://crosstool-ng.org/download/crosstool-ng/01-fixes/1.17.0/002-scripts_functions_fix_debug_shell.patch'
DATA
end

def install
Expand Down

0 comments on commit 06ae6da

Please sign in to comment.