libxml2: build with --with-sysroot

This commit is contained in:
Stefan Saraev 2013-11-05 01:39:52 +02:00
parent fc348b3a75
commit 3587b515d8

View File

@ -36,6 +36,7 @@ cd .build-target
--enable-ipv6 \ --enable-ipv6 \
--without-python \ --without-python \
--with-zlib \ --with-zlib \
--with-sysroot=$SYSROOT_PREFIX \
--without-lzma --without-lzma
make make