mturk 2004/12/02 06:57:52
Modified: jk/native/apache-2.0 NWGNUmakefile
Log:
The patch allows mod_jk to build for NetWare with APR
existing outside of the httpd/srclib file structure for apache 2.1.x.
Revision Changes Path
1.3 +3 -3
jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmakefile
Index: NWGNUmakefile
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NWGNUmakefile 9 Apr 2004 20:00:18 -0000 1.2
+++ NWGNUmakefile 2 Dec 2004 14:57:52 -0000 1.3
@@ -39,9 +39,9 @@
$(AP_WORK)/include \
$(NWOS) \
$(AP_WORK)/modules/arch/netware \
- $(AP_WORK)/srclib/apr/include \
- $(AP_WORK)/srclib/apr-util/include \
- $(AP_WORK)/srclib/apr \
+ $(APR)/include \
+ $(APRUTIL)/include \
+ $(APR) \
$(JAVA_HOME)/include \
$(JAVA_HOME)/include/netware \
$(EOLIST)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]