Author: jfrederic.clere(a)jboss.com
Date: 2010-03-10 03:45:39 -0500 (Wed, 10 Mar 2010)
New Revision: 2627
Modified:
trunk/build/patch/httpd-2.2.15.patch
Log:
Add missing object for the 1.4.x APR version.
Modified: trunk/build/patch/httpd-2.2.15.patch
===================================================================
--- trunk/build/patch/httpd-2.2.15.patch 2010-03-09 15:25:51 UTC (rev 2626)
+++ trunk/build/patch/httpd-2.2.15.patch 2010-03-10 08:45:39 UTC (rev 2627)
@@ -28,3 +28,15 @@
}
#endif
return rv;
+--- srclib/apr/NMAKEmakefile (revision 2617)
++++ srclib/apr/NMAKEmakefile (working copy)
+@@ -110,7 +110,8 @@
+ $(WORKDIR)\time.obj \
+ $(WORKDIR)\timestr.obj \
+ $(WORKDIR)\groupinfo.obj \
+- $(WORKDIR)\userinfo.obj
++ $(WORKDIR)\userinfo.obj \
++ $(WORKDIR)\pollset.obj
+
+ !IF EXIST($(SRCDIR)\file_io\win32\buffer.c)
+ OBJECTS = $(OBJECTS) \