From c0c2b75be111999aa5dd412df425db6de0cc9934 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 31 Jul 2013 15:17:24 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b513f6821e..9bdf164297 100644 --- a/README.md +++ b/README.md @@ -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 \