Changeset 16689


Ignore:
Timestamp:
2008-08-08T14:08:27+12:00 (16 years ago)
Author:
davidb
Message:

Fixed typos that meant Apache wasn't seeing PhP when compiling in PASS2

Location:
extensions/gsdl-amp/trunk/packages/CASCADE-MAKE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/APACHE-PASS2.sh

    r16683 r16689  
    1313opt_run_untar $force_untar $auto_untar $package $version
    1414
     15# Need to force reconfigure -- that's why this file is called ..PASS2.sh
     16force_config=1
    1517opt_run_configure $force_config $auto_config $package $version "$prefix" \
    1618  --activate-module=src/modules/php5/libphp5.a
  • extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/PHP.sh

    r16683 r16689  
    33package=php
    44version=-5.2.6
     5
     6apache_version=apache_1.3.41
    57
    68progname=$0
     
    1416
    1517opt_run_configure $force_config $auto_config $package $version "$prefix" \
    16   --with-mysql=$prefix \
    17   --with-apache=../apache_1.3.33 \
    18   --with-gd
     18  "--with-mysql=$prefix \
     19   --with-apache=../$apache_version \
     20   --with-gd"
    1921
    2022# --with-jpeg-dir=/usr/local/ --with-zlib-
Note: See TracChangeset for help on using the changeset viewer.