Ignore:
Timestamp:
2016-10-18T19:28:16+13:00 (8 years ago)
Author:
ak19
Message:

Adding in disable-shared and enable-static flags to the configure step in as many packages' cascade-make files as possible (all the packages that support these flags).

File:
1 edited

Legend:

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

    r28286 r30881  
    2626
    2727opt_run_untar $force_untar $auto_untar $package $version
    28 opt_run_configure $force_config $auto_config $package $version $prefix --without-emacs --without-git
     28opt_run_configure $force_config $auto_config $package $version $prefix --without-emacs --without-git --disable-shared --enable-static
    2929
    3030opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.