mirror of https://github.com/aria2/aria2
parent
829a3552fd
commit
4563d1ce14
|
@ -32,7 +32,7 @@ RUN mkdir $LOCAL_DIR && mkdir zlib && cd zlib && \
|
||||||
|
|
||||||
RUN mkdir -p expat && cd expat && \
|
RUN mkdir -p expat && cd expat && \
|
||||||
curl -Ls -o - 'http://sourceforge.net/projects/expat/files/latest/download' | \
|
curl -Ls -o - 'http://sourceforge.net/projects/expat/files/latest/download' | \
|
||||||
tar xzf - --strip-components=1 && \
|
tar xjf - --strip-components=1 && \
|
||||||
./configure \
|
./configure \
|
||||||
--host=$HOST \
|
--host=$HOST \
|
||||||
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
|
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
|
||||||
|
|
Loading…
Reference in New Issue