Ignore:
Timestamp:
2010-12-02T13:26:33+13:00 (13 years ago)
Author:
sjm84
Message:

Added openssl to the packages for SVN, this is mainly due to difficulty compiling on x86-64 linux where several of the libraries needed to be compiled with -fPIC including libcrypto (part of openssl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/subversion/trunk/src/packages/CASCADE-MAKE/SERF.sh

    r23094 r23376  
    99
    1010prefix=$GEXTSVN_INSTALLED
     11
     12export CFLAGS="-fPIC -I$prefix/include $CFLAGS"
     13export CXXFLAGS="-fPIC -I$prefix/include $CXXFLAGS"
     14export CPPFLAGS="-fPIC -I$prefix/include $CPPFLAGS"
     15export LDFLAGS="-L$prefix/lib $LDFLAGS"
    1116
    1217opt_run_untar $force_untar $auto_untar $package $version
Note: See TracChangeset for help on using the changeset viewer.