From 665e2a07441ca59db3a853dc330fa75122fdeb20 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 19 Sep 2013 23:53:57 +0900 Subject: [PATCH] android-config: Use libxml2 --- android-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-config b/android-config index 5c402a80..3c9910b6 100755 --- a/android-config +++ b/android-config @@ -35,7 +35,7 @@ PATH=$TOOLCHAIN/bin:$PATH --disable-shared \ --host=arm-linux-androideabi \ --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \ - --without-libxml2 \ + --with-xml-prefix="$PREFIX" \ CPPFLAGS="-I$PREFIX/include" \ PKG_CONFIG_LIBDIR="$PREFIX/lib/pkgconfig" \ LDFLAGS="-L$PREFIX/lib"