Kaydet (Commit) b2656179 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't bother having configure look for stuff not needed for the build platform

Change-Id: I2013204f433473cbaa33c7d89d980e31b3def654
üst 869379e4
......@@ -3716,9 +3716,12 @@ if test "$cross_compiling" = "yes"; then
test -n "$with_system_libxml_for_build" && sub_conf_opts="$sub_conf_opts --with-system-libxml"
test "$WITH_MINGW" = "yes" && sub_conf_opts="$sub_conf_opts --enable-winegcc"
sub_conf_opts="$sub_conf_opts $with_build_platform_configure_options"
# Don't bother having configure look for stuff not needed for the build platform anyway
./configure \
--disable-mozilla \
--disable-graphite \
--disable-build-mozilla \
--disable-mozilla \
--disable-postgresql-sdbc \
--disable-zenity \
--with-num-cpus="$with_num_cpus" \
--with-max-jobs="$with_max_jobs" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment