Ignore:
Timestamp:
2013-01-30T13:39:32+13:00 (11 years ago)
Author:
davidb
Message:

Adjustments to help compilation with Android NDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/GLIB.sh

    r26786 r26813  
    2121  #   http://axcoto.com/blog/article/836
    2222  extra_config_args="glib_cv_stack_grows=${glib_cv_stack_grows=no} glib_cv_uscore=${glib_cv_uscore=no} ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=no} ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=no}"
     23
     24  # Not clear how many of the following are needed.
     25  # List came from:
     26  #  https://mail.gnome.org/archives/gtk-devel-list/2011-March/msg00096.html
     27  #
     28  # Could be that some of these are helpful in general (i.e. move out to
     29  #   main section of this script) in making a more minimal glib
     30
     31  extra_config_args="--without-included-regex --disable-java --disable-openmp --without-libiconv-prefix --without-libintl-prefix --without-libglib-2.0-prefix --without-libcroco-0.6-prefix --with-included-libxml --without-libncurses-prefix --without-libtermcap-prefix --without-libcurses-prefix --without-libexpat-prefix --without-emacs $extra_config_args"
     32
     33
    2334else
    2435  extra_config_args=
Note: See TracChangeset for help on using the changeset viewer.