diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-08-27 15:47:04 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-08-27 15:47:04 +0300 | 
| commit | 2a2616ce806c744179d1f4c3613ebbed5d5febdd (patch) | |
| tree | a136fce98738019d15057c6063d3c52406ab74df /community/aria2/build | |
| parent | 9390ab883f35fd3233e680478555a33d7ca25b25 (diff) | |
| download | repository-2a2616ce806c744179d1f4c3613ebbed5d5febdd.tar.gz | |
aria2: bump to 1.36.0
Diffstat (limited to 'community/aria2/build')
| -rwxr-xr-x | community/aria2/build | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/community/aria2/build b/community/aria2/build index f6281345..af3418ee 100755 --- a/community/aria2/build +++ b/community/aria2/build @@ -11,6 +11,8 @@ export PKG_CONFIG="pkgconf --static"      --disable-websocket \      --without-libxml2 \      --without-libexpat \ +    --without-libnettle \ +    --without-gnutls \      --without-sqlite3  make LDFLAGS="$LDFLAGS -all-static" | 
