cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2005-03-29 Thread hgomez
hgomez 2005/03/29 06:35:48 Modified:jk/native/apache-1.3 Makefile.in jk/native/apache-2.0 Makefile.in Log: Shoud also remove mod_jk.a (found at least on Linux) Revision ChangesPath 1.16 +1 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/Makefi

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2005-03-07 Thread mturk
mturk 2005/03/07 10:38:50 Modified:jk/native/apache-2.0 Makefile.in Log: Fix #33843 by adding defined LDFLAGS. Revision ChangesPath 1.17 +1 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in Index: Makefile.in ===

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2004-12-17 Thread billbarker
billbarker2004/12/17 19:49:04 Modified:jk/native/apache-2.0 Makefile.in Log: Fix build for --with-apache=/path/to/apache-src Reported By: Gump [EMAIL PROTECTED] Revision ChangesPath 1.16 +1 -0 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2002-09-09 Thread jfclere
jfclere 2002/09/09 08:35:49 Modified:jk/native configure.in jk/native/apache-2.0 Makefile.in Log: Arrange the --with-apache when using Apache-2.0 Note: * It only allow a staticly link mod_jk (use with --with-apxs for dso!). * A buildconf is needed before the con

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-10-25 Thread costin
costin 01/10/25 13:14:18 Modified:jk/native/apache-2.0 Makefile.in Log: I changed the build for .so module from apxs to libtool. The problem with apxs is that it recompiles _every_ .c file - if that's what we want you don't need make. Also make sure java is included cor

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-08-23 Thread costin
costin 01/08/23 22:19:22 Modified:jk/native/apache-2.0 Makefile.in Log: Fix the include, the .in file is used only to generate. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in Index: Makefile.in ===

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-07-06 Thread jean-frederic clere
Hi, I have added the feature to link mod_jk staticly with httpd-2.0. Fell free to test it. BTW, I have just noted that the name of the installed library is libjk.* in Apache-1.3 and lib_jk.* in Apache-2.0. I will correct Apache-2.0 to use libjk.* (On Monday, it does not prevent the things to wor

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-07-06 Thread jfclere
jfclere 01/07/06 09:39:17 Modified:jk/native configure.in jk/native/apache-2.0 Makefile.in Added: common/build os_apache.m4 Log: Add support for static linked mod_jk with httpd-2.0. Arrange install of dynamic linked for httpd-2.0. Revision ChangesP