Author: jfclere Date: Tue Oct 3 06:15:36 2006 New Revision: 452479 URL: http://svn.apache.org/viewvc?view=rev&rev=452479 Log: Use shell script from Apache httpd to install the *.so files. (libtool fails on HP-UX for example).
Modified: tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in Modified: tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in?view=diff&rev=452479&r1=452478&r2=452479 ============================================================================== --- tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in (original) +++ tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in Tue Oct 3 06:15:36 2006 @@ -66,7 +66,7 @@ $(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS) mod_jk.so: mod_jk.la - $(LIBTOOL) --mode=install cp mod_jk.la `pwd`/$@ + ../scripts/build/instdso.sh SH_LIBTOOL='$(LIBTOOL)' mod_jk.la `pwd` install_dynamic: @echo "" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]