source: gs2-extensions/subversion/trunk/src/packages/CASCADE-MAKE.sh@ 23376

Last change on this file since 23376 was 23376, checked in by sjm84, 13 years ago

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)

  • Property svn:executable set to *
File size: 255 bytes
RevLine 
[23043]1#!/bin/bash
2
3
[23376]4for d in APR SQLITE APRUTIL OPENSSL SERF NEON ZLIB SUBVERSION ; do
[23043]5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-MAKE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.