sane-backends: reparallelize the build
Closes #13840. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
60b1305361
commit
abf9d72779
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ class SaneBackends < Formula
|
|||
depends_on "net-snmp"
|
||||
|
||||
def install
|
||||
ENV.deparallelize # Makefile does not seem to be parallel-safe
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--localstatedir=#{var}",
|
||||
|
@ -29,7 +28,6 @@ class SaneBackends < Formula
|
|||
"--enable-local-backends",
|
||||
"--enable-libusb",
|
||||
"--disable-latex"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue