Changeset 19301


Ignore:
Timestamp:
2009-04-30T22:09:56+12:00 (15 years ago)
Author:
davidb
Message:

Added -with-included-apr to help Apache compile on different distributions of Unix

File:
1 edited

Legend:

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

    r18815 r19301  
    193193  gzip -dc httpd-2.2.11.tar.gz | tar -xf -
    194194  cd httpd-2.2.11&& \
    195     ./configure $CACHE_FILE --with-layout=BinaryDistribution --enable-most --prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS
     195    ./configure $CACHE_FILE --with-included-apr --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.