Changeset 30412 for gs3-extensions


Ignore:
Timestamp:
2016-03-16T20:53:10+13:00 (8 years ago)
Author:
davidb
Message:

With changes made on MacOS so DYLD_LIBRARY_PATH not typically honoured in child process, with default security settings, better to link in static versions of libraries rather than rely on dynamically linked ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/audioDB/trunk/src/packages/CASCADE-MAKE/GSL.sh

    r24315 r30412  
    1818
    1919opt_run_untar $force_untar $auto_untar $package $version
    20 opt_run_configure $force_config $auto_config $package $version $prefix
     20opt_run_configure $force_config $auto_config $package $version $prefix \
     21  --disable-shared --enable-static
    2122
    2223opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.