change expat URL in README.md

Apparently we have readytalk.github.io set up to 301 redirect all URLs
to oss.readytalk.com, which confuses curl.  Rather than figure out how
to make curl do the right thing, I've just changed the URL to point to
oss.readytalk.com.
This commit is contained in:
Joel Dice 2013-07-31 15:17:24 -07:00
parent cfa62d8d2f
commit c0c2b75be1

View File

@ -397,7 +397,7 @@ the following, starting from the Avian directory:
git clone https://github.com/dicej/android-libcore64 libcore
curl -Of http://readytalk.github.io/avian/expat-2.1.0.tar.gz
curl -Of http://oss.readytalk.com/avian/expat-2.1.0.tar.gz
(cd external && tar xzf ../expat-2.1.0.tar.gz && mv expat-2.1.0 expat)
(cd external/expat && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure \