Added 'ca-bundle' parameter on aria2-config build for Raspberry

This commit is contained in:
q3aql 2016-08-10 16:19:38 +02:00
parent f9fd6be0b9
commit 38fcf1e7c9

View File

@ -40,6 +40,7 @@ CONFIGURE="./configure --prefix=${LOCAL_DIR} --host=$HOST"
--with-libexpat --with-libexpat-prefix=${LOCAL_DIR} \
--with-slite3 --with-sqlite3-prefix=${LOCAL_DIR} \
--with-libcares --with-libcares-prefix=${LOCAL_DIR} \
--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt' \
LDFLAGS="-L$LOCAL_DIR/lib" \
PKG_CONFIG_PATH="$LOCAL_DIR/lib/pkgconfig" \
ARIA2_STATIC=yes