You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2007/08/27 18:03:58 UTC

svn commit: r570171 - in /tcl/rivet/trunk: ChangeLog src/apache-1/Makefile.am src/apache-1/apache_multipart_buffer.c

Author: davidw
Date: Mon Aug 27 09:03:57 2007
New Revision: 570171

URL: http://svn.apache.org/viewvc?rev=570171&view=rev
Log:
* src/apache-1/Makefile.am: Accepted patch from Valery for improved
  compilation.

* src/apache-1/apache_multipart_buffer.c: Accepted patch from Valery
  to make this file compile.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/src/apache-1/Makefile.am
    tcl/rivet/trunk/src/apache-1/apache_multipart_buffer.c

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=570171&r1=570170&r2=570171&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Mon Aug 27 09:03:57 2007
@@ -1,5 +1,11 @@
 2007-08-27  David N. Welton  <da...@dedasys.com>
 
+	* src/apache-1/Makefile.am: Accepted patch from Valery for
+	improved compilation.
+
+	* src/apache-1/apache_multipart_buffer.c: Accepted patch from
+	Valery to make this file compile.
+
 	* tclconfig/tcl.m4: Moved to latest tcl.m4 at Valery's suggestion.
 
 2007-08-22  David N. Welton  <da...@dedasys.com>

Modified: tcl/rivet/trunk/src/apache-1/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/apache-1/Makefile.am?rev=570171&r1=570170&r2=570171&view=diff
==============================================================================
--- tcl/rivet/trunk/src/apache-1/Makefile.am (original)
+++ tcl/rivet/trunk/src/apache-1/Makefile.am Mon Aug 27 09:03:57 2007
@@ -21,7 +21,7 @@
 apxs_libexecdir = @APXS_LIBEXECDIR@
 apxs_libexec_LTLIBRARIES = mod_rivet.la
 
-INCLUDES = -I@apache_include@ -I@apr_include@
+INCLUDES = -I@apache_include@ -I@apr_include@  -I"../"
 
 # ... and these two.  We want to put the libs in the package path,
 # rather than the standard library location for the system.
@@ -34,12 +34,12 @@
 mod_rivet_la_SOURCES = \
 	apache_multipart_buffer.c \
 	apache_request.c	\
-	rivetCore.c	\
 	mod_rivet.c \
 	TclWebapache.c \
 	mod_rivet.h TclWeb.h \
 	apache_multipart_buffer.h \
-	apache_request.h
+	apache_request.h \
+	../rivetCore.c
 
 mod_rivet_la_LDFLAGS = @TCL_LIB_SPEC@ @APXS_LDFLAGS@ -module -avoid-version
 mod_rivet_la_LIBADD = @TCL_LIBS@ @APXS_LIBS@

Modified: tcl/rivet/trunk/src/apache-1/apache_multipart_buffer.c
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/apache-1/apache_multipart_buffer.c?rev=570171&r1=570170&r2=570171&view=diff
==============================================================================
--- tcl/rivet/trunk/src/apache-1/apache_multipart_buffer.c (original)
+++ tcl/rivet/trunk/src/apache-1/apache_multipart_buffer.c Mon Aug 27 09:03:57 2007
@@ -13,7 +13,7 @@
    limitations under the License.
 */
 
-xxx
+
 
 /* Rivet config */
 #ifdef HAVE_CONFIG_H



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org