diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2011-10-22 21:03:40 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2011-10-22 21:03:40 +0200 |
commit | 855e5c30b78c363f2ee5c35c93b564a93cfbc06f (patch) | |
tree | fb08f3a95dd62e04eb6d2d6901ab97c15b95cdb9 | |
parent | ba45f8f5f386ea3331e995fa19d7d7f39f4bf28b (diff) | |
download | pyexiv2-855e5c30b78c363f2ee5c35c93b564a93cfbc06f.tar.gz |
Updated windows build dependencies:
• exiv2 0.21.1 → 0.22
-rwxr-xr-x | cross-compile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross-compile.sh b/cross-compile.sh index 0cc164f..06bddef 100755 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -64,9 +64,9 @@ make -j3 install cd .. # exiv2 -wget http://www.exiv2.org/exiv2-0.21.1.tar.gz -tar xf exiv2-0.21.1.tar.gz -cd exiv2-0.21.1 +wget http://www.exiv2.org/exiv2-0.22.tar.gz +tar xf exiv2-0.22.tar.gz +cd exiv2-0.22 ./configure --disable-shared --disable-visibility --target=$PLATFORM --host=$PLATFORM --build=$BUILD --disable-nls --with-zlib=$BASE/zlib --with-libiconv-prefix=$BASE/libiconv --with-expat=$BASE/expat --prefix=$BASE/exiv2 make -j3 install cd .. |