fuse4x-kext: Rebuild Lion bottle using XCode 4.4.1
XCode 4.5.x has a bug that causes it to insert invalid loader commands that 32-bit Lion kernels won't accept. Upstream issue: http://www.openradar.me/12353507 Fixes Homebrew/homebrew#17045.
This commit is contained in:
parent
3edbdb064a
commit
b9af24d750
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ class Fuse4xKext < Formula
|
|||
# Bottle provided for Lion and newer since the Command Line Tools cannot
|
||||
# compile things that use `xcodebuild`. Actual compilation takes ~10
|
||||
# seconds so there is no need to bottle this for earlier systems.
|
||||
version 2
|
||||
|
||||
sha1 '66e546c4d8b590b0c67584b73a6731757a5d87fb' => :mountainlion
|
||||
sha1 'b2586e3f78a709a0df0385868a540fda17a7a00a' => :lion
|
||||
sha1 '08c877f8764d755e0574083ffc981105e3913a27' => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue