parent
f3ab516af6
commit
6ee094d3a1
1 changed files with 3 additions and 0 deletions
|
@ -20,8 +20,11 @@ class Aria2 < Formula
|
|||
--without-libgcrypt
|
||||
]
|
||||
|
||||
# system zlib and sqlite don't include .pc files
|
||||
ENV['ZLIB_CFLAGS'] = '-I/usr/include'
|
||||
ENV['ZLIB_LIBS'] = '-L/usr/lib -lz'
|
||||
ENV['SQLITE3_CFLAGS'] = '-I/usr/include'
|
||||
ENV['SQLITE3_LIBS'] = '-L/usr/lib -lsqlite3'
|
||||
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue