Ignore:
Timestamp:
2014-03-04T15:54:09+13:00 (10 years ago)
Author:
ak19
Message:

esapi test code expects SafeInt header file to be located inside a safeint folder in installed/include

Location:
main/trunk/greenstone2/runtime-src/packages/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/packages/security/CASCADE-MAKE.sh

    r28867 r28869  
    6161done
    6262
    63 # Copy across the Safe Integer header file
    64 cp safeint/SafeInt3.hpp $installdir/include/.
     63# Copy across the Safe Integer header file, with its folder structure
     64#cp safeint/SafeInt3.hpp $installdir/include/.
     65cp -r safeint $installdir/include/.
    6566
    6667# Make a symbolic link to cryptopp-version-no. that's called cryptopp
     
    7374# COMPILE
    7475# Basically, we run the <package>.sh file in the CASCADE-MAKE folder for each package
    75 # each package's .sh file will cd into the package's folder (stored in the exported compiledir var)
     76# Each package's .sh file will cd into the package's folder (stored in the exported compiledir var)
    7677# and then run configure, make and install steps as applicable.
    7778
  • main/trunk/greenstone2/runtime-src/packages/security/CASCADE-MAKE/OWASPCPP.sh

    r28866 r28869  
    1010
    1111# else, make and make install
    12 cxxflags="-I$installdir -I$installdir/include"
     12cxxflags="-I$installdir -I$installdir/include -I$installdir/include/safeint"
    1313ldflags="-L$installdir/lib"
    1414
Note: See TracChangeset for help on using the changeset viewer.