Changeset 27346


Ignore:
Timestamp:
2013-05-14T23:11:47+12:00 (11 years ago)
Author:
davidb
Message:

Configure flag changes that direct CMAKE to compile with the libcurl provided in the AMP extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/echoprint/trunk/src/packages/CASCADE-MAKE/CMAKE.sh

    r27267 r27346  
    1111
    1212opt_run_untar $force_untar $auto_untar $package $version
    13 opt_run_configure $force_config $auto_config $package $version $prefix
     13
     14opt_run_configure $force_config $auto_config $package $version $prefix \
     15   --system-curl \
     16   -- -DCURL_INCLUDE_DIR=$GEXTAMP_INSTALLED/include -DCURL_LIBRARY=$GEXTAMP_INSTALLED/lib/libcurl.so
    1417
    1518opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.