Ignore:
Timestamp:
2009-03-26T20:34:46+13:00 (15 years ago)
Author:
ak19
Message:

Making the apache webserver relocatable for the release-kit. 1. Modified the configure file so that it configures the apache webserver using the with-layout flag set to BinaryDistribution. With this flag set, it generates shell scripts of apachectl and the rest instead of binaries, so that absolute location paths can be replaced. 2. Added new target apache-for-dist to Makefile.in that can be run for the release kit after make install to prepare the compiled up web server for relocation at a later time on a different machine (at that point the installer will call the install-bindist.sh script in the apache-httpd webserver folder upon reloaction)

File:
1 edited

Legend:

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

    r18758 r18815  
    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/${GSDLOS}" $HOSTTARGETFLAGS
     195    ./configure $CACHE_FILE --with-layout=BinaryDistribution --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.