Changeset 18758


Ignore:
Timestamp:
2009-03-23T17:05:53+13:00 (15 years ago)
Author:
ak19
Message:

Dr Bainbridge's change: prefix for apache-httpd now has the GSDLOS-specific folder appended to it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/configure

    r18486 r18758  
    193193  gzip -dc httpd-2.2.11.tar.gz | tar -xf -
    194194  cd httpd-2.2.11&& \
    195     ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd" --exec-prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS
     195    ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS
    196196else
    197197  echo "Apache httpd support disabled"
Note: See TracChangeset for help on using the changeset viewer.