Merge pull request #717 from cxjava/patch-1

tar bz2 for expat-x.x.x.tar.bz2
pull/722/head
Tatsuhiro Tsujikawa 2016-08-01 15:29:58 +02:00 committed by GitHub
commit 099ba15315
1 changed files with 1 additions and 1 deletions

View File

@ -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` \