Author: jfclere Date: Thu May 24 08:30:09 2007 New Revision: 541325 URL: http://svn.apache.org/viewvc?view=rev&rev=541325 Log: Arrange the check of openssl version. It was failing on Linux.
Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?view=diff&rev=541325&r1=541324&r2=541325 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/tcnative.m4 (original) +++ tomcat/connectors/trunk/jni/native/build/tcnative.m4 Thu May 24 08:30:09 2007 @@ -303,6 +303,9 @@ *-hp-hpux*) TCN_OPENSSL_LIBS="-L$use_openssl/lib -Wl,+b: -lssl -lcrypto" ;; + *linux*) + TCN_OPENSSL_LIBS="-L$use_openssl/lib --Wl,-rpath,$use_openssl/lib -lssl -lcrypto" + ;; *) TCN_OPENSSL_LIBS="-L$use_openssl/lib -lssl -lcrypto" ;; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]