Changeset 26786


Ignore:
Timestamp:
2013-01-25T15:32:22+13:00 (11 years ago)
Author:
davidb
Message:

Changes for Android NDK

File:
1 edited

Legend:

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

    r26618 r26786  
    22
    33package=glib
    4 version=-2.24.2
     4#version=-2.24.2
     5version=-2.28.1
     6#version=-2.34.3
    57
    68progname=$0
     
    1517export LDFLAGS="$LDFLAGS -L$GEXTGNOME_INSTALLED/lib"
    1618
     19if [ "x$crossOS" = "xandroid" ] ; then
     20  # Based on details found at:
     21  #   http://axcoto.com/blog/article/836
     22  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}"
     23else
     24  extra_config_args=
     25fi
     26
    1727opt_run_untar $force_untar $auto_untar $package $version
    18 opt_run_configure $force_config $auto_config $package $version $prefix
     28opt_run_configure $force_config $auto_config $package $version $prefix \
     29  $extra_config_args
    1930
    2031opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.