Changeset 35810 for gs2-extensions


Ignore:
Timestamp:
2021-12-14T10:51:21+13:00 (2 years ago)
Author:
kjdon
Message:

on research-internal gnome-lib didn't compile with a -fPIC error. Adding --with-pic to expat to hopefully fix this

File:
1 edited

Legend:

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

    r30881 r35810  
    1111
    1212opt_run_untar $force_untar $auto_untar $package $version
    13 opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static
     13opt_run_configure $force_config $auto_config $package $version $prefix --disable-shared --enable-static --with-pic
    1414
    1515opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.