|
|
@ -10,9 +10,12 @@ LIBS="-lz" \ |
|
|
|
--prefix=${INSTALL_DIR} \ |
|
|
|
--prefix=${INSTALL_DIR} \ |
|
|
|
--host=${TARGET} \ |
|
|
|
--host=${TARGET} \ |
|
|
|
--with-sysroot=${SYSROOT_PATH} \ |
|
|
|
--with-sysroot=${SYSROOT_PATH} \ |
|
|
|
|
|
|
|
--disable-shared \ |
|
|
|
--enable-static \ |
|
|
|
--enable-static \ |
|
|
|
|
|
|
|
--disable-examples \ |
|
|
|
--with-pic \ |
|
|
|
--with-pic \ |
|
|
|
--without-libxml2 \ |
|
|
|
--without-libxml2 \ |
|
|
|
|
|
|
|
--without-freetype \ |
|
|
|
--without-fontconfig \ |
|
|
|
--without-fontconfig \ |
|
|
|
--disable-bdjava-jar || exit 1 |
|
|
|
--disable-bdjava-jar || exit 1 |
|
|
|
|
|
|
|
|
|
|
|