Update OpenSSL version in Dockerfile.android
This commit is contained in:
parent
ed1e84fc0a
commit
2fb8c260b3
|
@ -59,11 +59,11 @@ RUN autoreconf -i && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
WORKDIR /root/build
|
WORKDIR /root/build
|
||||||
RUN curl -L -O https://www.openssl.org/source/openssl-1.0.2a.tar.gz && \
|
RUN curl -L -O https://www.openssl.org/source/openssl-1.0.2d.tar.gz && \
|
||||||
tar xf openssl-1.0.2a.tar.gz && \
|
tar xf openssl-1.0.2d.tar.gz && \
|
||||||
rm openssl-1.0.2a.tar.gz
|
rm openssl-1.0.2d.tar.gz
|
||||||
|
|
||||||
WORKDIR /root/build/openssl-1.0.2a
|
WORKDIR /root/build/openssl-1.0.2d
|
||||||
RUN export CROSS_COMPILE=$TOOLCHAIN/bin/arm-linux-androideabi- && \
|
RUN export CROSS_COMPILE=$TOOLCHAIN/bin/arm-linux-androideabi- && \
|
||||||
./Configure --prefix=$PREFIX android && \
|
./Configure --prefix=$PREFIX android && \
|
||||||
make && make install_sw
|
make && make install_sw
|
||||||
|
|
Loading…
Reference in New Issue