Changeset 20169


Ignore:
Timestamp:
2009-08-06T17:49:33+12:00 (15 years ago)
Author:
ak19
Message:

Adding the customised apache web server source folder: a linux source release plus apache's official windows makefiles. Now it compiles up on both OS.

Location:
gsdl/trunk/runtime-src/packages
Files:
1 added
1 edited

Legend:

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

    r19301 r20169  
    191191  echo ""
    192192  cd "$PACKAGES/apache-httpd"
    193   gzip -dc httpd-2.2.11.tar.gz | tar -xf -
     193  gzip -dc httpd-2.2.11-gs.tar.gz | tar -xf -
    194194  cd httpd-2.2.11&& \
    195195    ./configure $CACHE_FILE --with-included-apr --with-layout=BinaryDistribution --enable-most --prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS
Note: See TracChangeset for help on using the changeset viewer.