source: main/trunk/greenstone2/runtime-src/packages/security/CASCADE-MAKE/BOOST.sh@ 28866

Last change on this file since 28866 was 28866, checked in by ak19, 10 years ago

Replacing owasp-esapi-for-c package and dependencies with the owasp-esapi-for-c++ package and dependencies. Part 2.

  • Property svn:executable set to *
File size: 339 bytes
Line 
1#!/bin/bash
2
3cd $securitydir/$compiledir
4prefix=$installdir
5
6if [ ! -e bjam ]; then
7 ( ./bootstrap.sh --prefix=$prefix; \
8 BZIP2_INCLUDE=$prefix/include/ \
9 BZIP2_LIBPATH=$prefix/lib/ \
10 ./b2 --without-python install; )
11else
12 echo "Found Boostrap output for ${progname%.*} => no need to Bootstrap or Compile"
13fi
14
15cd $securitydir
Note: See TracBrowser for help on using the repository browser.