Author: mturk Date: Sat Mar 31 01:21:33 2007 New Revision: 524390 URL: http://svn.apache.org/viewvc?view=rev&rev=524390 Log: Add srclib placehoder for extracting apr if building everything from sources.
Added: tomcat/connectors/trunk/jni/native/srclib/ tomcat/connectors/trunk/jni/native/srclib/VERSIONS (with props) Modified: tomcat/connectors/trunk/jni/native/buildconf Modified: tomcat/connectors/trunk/jni/native/buildconf URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/buildconf?view=diff&rev=524390&r1=524389&r2=524390 ============================================================================== --- tomcat/connectors/trunk/jni/native/buildconf (original) +++ tomcat/connectors/trunk/jni/native/buildconf Sat Mar 31 01:21:33 2007 @@ -19,7 +19,7 @@ # Default place to look for apr source. Can be overridden with # --with-apr=[directory] -apr_src_dir=../apr +apr_src_dir=`pwd`/srclib/apr-1.2.7 while test $# -gt 0 do Added: tomcat/connectors/trunk/jni/native/srclib/VERSIONS URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/srclib/VERSIONS?view=auto&rev=524390 ============================================================================== --- tomcat/connectors/trunk/jni/native/srclib/VERSIONS (added) +++ tomcat/connectors/trunk/jni/native/srclib/VERSIONS Sat Mar 31 01:21:33 2007 @@ -0,0 +1,4 @@ +Use the following version of the libraries + +- APR 1.2.7, http://apr.apache.org +- OpenSSL 0.9.8d, http://www.openssl.org Propchange: tomcat/connectors/trunk/jni/native/srclib/VERSIONS ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]