mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
android: Build and link with zlib
Previously, we linked with zlib shipped with NDK, but it seems this is not part of NDK API, and thus could break our app.
This commit is contained in:
parent
eb9dafc247
commit
fb720b3077
3 changed files with 24 additions and 10 deletions
|
@ -55,13 +55,4 @@ PATH=$TOOLCHAIN/bin:$PATH
|
|||
CFLAGS="-Os -g" \
|
||||
CPPFLAGS="-fPIE" \
|
||||
LDFLAGS="-fPIE -pie -L$PREFIX/lib" \
|
||||
PKG_CONFIG_LIBDIR="$PREFIX/lib/pkgconfig" \
|
||||
ZLIB_LIBS="-lz" \
|
||||
ZLIB_CFLAGS="-I$TOOLCHAIN/sysroot/usr/include" \
|
||||
LIBSSH2_LIBS="-lssh2" \
|
||||
LIBSSH2_CFLAGS="-I$TOOLCHAIN/sysroot/usr/include"
|
||||
|
||||
# ZLIB_LIBS and ZLIB_CFLAGS are needed because aria2 configure script
|
||||
# checks zlib availability using pkg-config, but android toochain does
|
||||
# not provide pkg-config file. We need to specify these variables
|
||||
# manually.
|
||||
PKG_CONFIG_LIBDIR="$PREFIX/lib/pkgconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue