Changeset 16728 for extensions


Ignore:
Timestamp:
2008-08-12T20:30:15+12:00 (16 years ago)
Author:
davidb
Message:

Switch to explicitly using --with-layout=Apache, otherwise Mac defaults to Darwin and tries to install conf files in root directory

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

Legend:

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

    r16683 r16728  
    1313opt_run_untar $force_untar $auto_untar $package $version
    1414opt_run_configure $force_config $auto_config $package $version "$prefix"
     15  --with-layout=Apache
    1516
    1617
  • extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/APACHE-PASS2.sh

    r16727 r16728  
    1616force_config=1
    1717opt_run_configure $force_config $auto_config $package $version "$prefix" \
    18   "--activate-module=src/modules/php5/libphp5.a \
    19    --datadir=$GEXTAMP_INSTALLED \
    20    --sysconfdir=$GEXTAMP_INSTALLED/conf \
    21    --localstatedir=$GEXTAMP_INSTALLED"
     18  "--with-layout=Apache \
     19   --activate-module=src/modules/php5/libphp5.a"
    2220
    23 #  --with-layout=Apache \
     21
     22#   --datadir=$GEXTAMP_INSTALLED \
     23#   --sysconfdir=$GEXTAMP_INSTALLED/conf \
     24#   --localstatedir=$GEXTAMP_INSTALLED"
    2425
    2526
Note: See TracChangeset for help on using the changeset viewer.