|
|
| version 1.21, 2009/12/03 23:08:37 | version 1.25, 2011/02/01 05:04:19 |
|---|---|
| Line 43 fi | Line 43 fi |
| if test ! -f "$project_directory/pcre/lib/libpcre.a"; then | if test ! -f "$project_directory/pcre/lib/libpcre.a"; then |
| cd $project_directory/src | cd $project_directory/src |
| libpcre="pcre-7.9" | libpcre="pcre-8.12" |
| if test ! -f "$libpcre.tar.gz"; then | if test ! -f "$libpcre.tar.gz"; then |
| echo "Downloading pcre [2 lib of 2]..." | echo "Downloading pcre [2 lib of 2]..." |
| wget -c --passive-ftp ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz | wget -c --passive-ftp ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz |
| Line 60 if test ! -f "$project_directory/pcre/li | Line 60 if test ! -f "$project_directory/pcre/li |
| --disable-shared \ | --disable-shared \ |
| --disable-cpp \ | --disable-cpp \ |
| --disable-pcregrep-libz \ | --disable-pcregrep-libz \ |
| --disable-pcregrep-libz2 \ | --disable-pcregrep-libbz2 \ |
| --silent | --silent |
| echo "Building pcre..." | echo "Building pcre..." |
| make | make |
| Line 78 if test ! -f "Makefile"; then | Line 78 if test ! -f "Makefile"; then |
| options="" | options="" |
| options="$options --with-static-gc=$project_directory/gc/lib" | options="$options --with-static-gc=$project_directory/gc/lib" |
| options="$options --with-static-pcre=$project_directory/pcre" | options="$options --with-static-pcre=$project_directory/pcre" |
| # options="$options --with-curl=/usr/include/curl" | |
| # options="$options --disable-safe-mode" | # options="$options --disable-safe-mode" |
| # options="$options --with-dynamic-stdcpp" | # options="$options --with-dynamic-stdcpp" |
| # options="$options --disable-stringstream" | # options="$options --disable-stringstream" |