aria2: enable zlib support
This commit is contained in:
parent
5bd323adfb
commit
b6198df4cb
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class Aria2 < Formula
|
|||
--without-libnettle
|
||||
--without-libgcrypt
|
||||
]
|
||||
|
||||
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
|
||||
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
|
||||
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
||||
|
|
Loading…
Reference in a new issue