vde: follow redirect in comment
This commit is contained in:
parent
566c49e9f0
commit
bb825e2c32
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Vde < Formula
|
|||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
# 2.3.1 built in parallel but 2.3.2 does not. See:
|
||||
# https://sourceforge.net/tracker/?func=detail&aid=3501432&group_id=95403&atid=611248
|
||||
# https://sourceforge.net/p/vde/bugs/54/
|
||||
ENV.deparallelize
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue