Added 'ca-bundle' parameter on aria2-config build for Raspberry
This commit is contained in:
parent
f9fd6be0b9
commit
38fcf1e7c9
|
@ -40,6 +40,7 @@ CONFIGURE="./configure --prefix=${LOCAL_DIR} --host=$HOST"
|
||||||
--with-libexpat --with-libexpat-prefix=${LOCAL_DIR} \
|
--with-libexpat --with-libexpat-prefix=${LOCAL_DIR} \
|
||||||
--with-slite3 --with-sqlite3-prefix=${LOCAL_DIR} \
|
--with-slite3 --with-sqlite3-prefix=${LOCAL_DIR} \
|
||||||
--with-libcares --with-libcares-prefix=${LOCAL_DIR} \
|
--with-libcares --with-libcares-prefix=${LOCAL_DIR} \
|
||||||
|
--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' \
|
||||||
LDFLAGS="-L$LOCAL_DIR/lib" \
|
LDFLAGS="-L$LOCAL_DIR/lib" \
|
||||||
PKG_CONFIG_PATH="$LOCAL_DIR/lib/pkgconfig" \
|
PKG_CONFIG_PATH="$LOCAL_DIR/lib/pkgconfig" \
|
||||||
ARIA2_STATIC=yes
|
ARIA2_STATIC=yes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user