Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

ocaml: add fix for misaligned stacks that cause crashes on Mountain Lion #13913

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Library/Formula/objective-caml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class ObjectiveCaml < Formula
sha1 'f32709be6cba5639a3f7185835963d630d6f8b59' => :lion
end

def patches
"http://caml.inria.fr/mantis/file_download.php?file_id=723&type=bug"
end

# Don't strip symbols, so dynamic linking doesn't break.
skip_clean :all

Expand Down