mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
tar bz2 for expat-x.x.x.tar.bz2
tar bz2 for expat-x.x.x.tar.bz2
This commit is contained in:
parent
829a3552fd
commit
4563d1ce14
@ -32,7 +32,7 @@ RUN mkdir $LOCAL_DIR && mkdir zlib && cd zlib && \
|
||||
|
||||
RUN mkdir -p expat && cd expat && \
|
||||
curl -Ls -o - 'http://sourceforge.net/projects/expat/files/latest/download' | \
|
||||
tar xzf - --strip-components=1 && \
|
||||
tar xjf - --strip-components=1 && \
|
||||
./configure \
|
||||
--host=$HOST \
|
||||
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
|
||||
|
Loading…
Reference in New Issue
Block a user