opam: fix ymlink support for packages
See OCamlPro/opam#520 for details Closes Homebrew/homebrew#18376. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
eb25f214fb
commit
af5200d3c0
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@ class Opam < Formula
|
|||
|
||||
depends_on "objective-caml"
|
||||
|
||||
def patches
|
||||
[
|
||||
# patch to fix symlink issue in #520
|
||||
"https://github.com/OCamlPro/opam/commit/db5129d42fd70cb80ee33040d42f0103d9cc51ea.diff"
|
||||
]
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue