Dockerfile.android: Update openssl to 1.0.2a
This commit is contained in:
parent
bf68df9ef4
commit
2b6a181bef
|
@ -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.1j.tar.gz && \
|
RUN curl -L -O https://www.openssl.org/source/openssl-1.0.2a.tar.gz && \
|
||||||
tar xf openssl-1.0.1j.tar.gz && \
|
tar xf openssl-1.0.2a.tar.gz && \
|
||||||
rm openssl-1.0.1j.tar.gz
|
rm openssl-1.0.2a.tar.gz
|
||||||
|
|
||||||
WORKDIR /root/build/openssl-1.0.1j
|
WORKDIR /root/build/openssl-1.0.2a
|
||||||
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