You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/10/29 19:50:44 UTC

svn commit: r1194949 - in /apr/apr-util/branches: 1.4.x/NWGNUmakefile 1.4.x/build/nw_apu_export.inc 1.5.x/NWGNUmakefile 1.5.x/build/nw_apu_export.inc

Author: fuankg
Date: Sat Oct 29 17:50:44 2011
New Revision: 1194949

URL: http://svn.apache.org/viewvc?rev=1194949&view=rev
Log:
Prepare NetWare build for crypt support.

Modified:
    apr/apr-util/branches/1.4.x/NWGNUmakefile
    apr/apr-util/branches/1.4.x/build/nw_apu_export.inc
    apr/apr-util/branches/1.5.x/NWGNUmakefile
    apr/apr-util/branches/1.5.x/build/nw_apu_export.inc

Modified: apr/apr-util/branches/1.4.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/NWGNUmakefile?rev=1194949&r1=1194948&r2=1194949&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.4.x/NWGNUmakefile Sat Oct 29 17:50:44 2011
@@ -249,6 +249,7 @@ FILES_lib_objs = \
 	$(OBJDIR)/apr_buckets_refcount.o \
 	$(OBJDIR)/apr_buckets_simple.o \
 	$(OBJDIR)/apr_buckets_socket.o \
+	$(OBJDIR)/apr_crypto.o \
 	$(OBJDIR)/apr_date.o \
 	$(OBJDIR)/apr_dbm.o \
 	$(OBJDIR)/apr_dbd.o \

Modified: apr/apr-util/branches/1.4.x/build/nw_apu_export.inc
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/build/nw_apu_export.inc?rev=1194949&r1=1194948&r2=1194949&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/build/nw_apu_export.inc (original)
+++ apr/apr-util/branches/1.4.x/build/nw_apu_export.inc Sat Oct 29 17:50:44 2011
@@ -12,6 +12,7 @@
 #include "apr_anylock.h"
 #include "apr_base64.h"
 #include "apr_buckets.h"
+#include "apr_crypto.h"
 #include "apr_date.h"
 #include "apr_dbd.h"
 #include "apr_dbm.h"

Modified: apr/apr-util/branches/1.5.x/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/NWGNUmakefile?rev=1194949&r1=1194948&r2=1194949&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.5.x/NWGNUmakefile Sat Oct 29 17:50:44 2011
@@ -249,6 +249,7 @@ FILES_lib_objs = \
 	$(OBJDIR)/apr_buckets_refcount.o \
 	$(OBJDIR)/apr_buckets_simple.o \
 	$(OBJDIR)/apr_buckets_socket.o \
+	$(OBJDIR)/apr_crypto.o \
 	$(OBJDIR)/apr_date.o \
 	$(OBJDIR)/apr_dbm.o \
 	$(OBJDIR)/apr_dbd.o \

Modified: apr/apr-util/branches/1.5.x/build/nw_apu_export.inc
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/build/nw_apu_export.inc?rev=1194949&r1=1194948&r2=1194949&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/build/nw_apu_export.inc (original)
+++ apr/apr-util/branches/1.5.x/build/nw_apu_export.inc Sat Oct 29 17:50:44 2011
@@ -12,6 +12,7 @@
 #include "apr_anylock.h"
 #include "apr_base64.h"
 #include "apr_buckets.h"
+#include "apr_crypto.h"
 #include "apr_date.h"
 #include "apr_dbd.h"
 #include "apr_dbm.h"