Changeset 30881
- Timestamp:
- 2016-10-18T19:28:16+13:00 (7 years ago)
- Location:
- gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/EXPAT.sh
r23375 r30881 11 11 12 12 opt_run_untar $force_untar $auto_untar $package $version 13 opt_run_configure $force_config $auto_config $package $version $prefix 13 opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static 14 14 15 15 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/GETTEXT.sh
r28286 r30881 26 26 27 27 opt_run_untar $force_untar $auto_untar $package $version 28 opt_run_configure $force_config $auto_config $package $version $prefix --without-emacs --without-git 28 opt_run_configure $force_config $auto_config $package $version $prefix --without-emacs --without-git --disable-shared --enable-static 29 29 30 30 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/GLIB.sh
r27197 r30881 39 39 opt_run_untar $force_untar $auto_untar $package $version 40 40 opt_run_configure $force_config $auto_config $package $version $prefix \ 41 $extra_config_args41 --disable-shared --enable-static $extra_config_args 42 42 43 43 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/LIBFFI.sh
r26781 r30881 11 11 12 12 opt_run_untar $force_untar $auto_untar $package $version 13 opt_run_configure $force_config $auto_config $package $version $prefix 13 opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static 14 14 15 15 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/LIBGSF.sh
r26623 r30881 24 24 25 25 opt_run_configure $force_config $auto_config $package $version $prefix \ 26 --without-python --without-gdk-pixbuf 26 --without-python --without-gdk-pixbuf --disable-shared --enable-static 27 27 28 28 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/LIBXML.sh
r27197 r30881 15 15 opt_run_untar $force_untar $auto_untar $package $version 16 16 opt_run_configure $force_config $auto_config $package $version $prefix \ 17 --without-python 17 --without-python --disable-shared --enable-static 18 18 19 19 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/PKG-CONFIG.sh
r30467 r30881 15 15 16 16 opt_run_untar $force_untar $auto_untar $package $version 17 opt_run_configure $force_config $auto_config $package $version $prefix 17 opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static 18 18 19 19 opt_run_make $compile $package $version -
gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/READLINE.sh
r30467 r30881 12 12 13 13 opt_run_untar $force_untar $auto_untar $package $version 14 opt_run_configure $force_config $auto_config $package $version $prefix 14 opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static 15 15 16 16 opt_run_make $compile $package $version
Note:
See TracChangeset
for help on using the changeset viewer.