summaryrefslogtreecommitdiff
path: root/dev-db/virtuoso-odbc/files/5.0.12/5.0.12-common.patch
blob: 3e4d012e020e425d0ac67edeabcbc1708085c27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
diff -ru ../old/configure.in ./configure.in
--- ../old/configure.in	2009-04-21 18:28:32.000000000 +0200
+++ ./configure.in	2009-07-02 07:24:11.000000000 +0200
@@ -606,18 +607,6 @@
 ##									##
 ##########################################################################
 
-AC_ARG_WITH(debug, [dnl
-AC_HELP_STRING([--with-debug], [debugging code])dnl
-], [ with_debug="$withval" ],
-   [ with_debug="no" ])
-if test "x$with_debug" = "xyes"; then
-    CCOPT="-g"
-    AM_LDFLAGS="-g"
-else
-    CCOPT=""
-    AM_LDFLAGS="-s"
-fi
-
 AC_CHECKING([default compiler values])
 if eval "${CC-cc} $CFLAGS $AM_LDFLAGS -o binsrc/config/ccdefs binsrc/config/ccdefs.c" ; then
     eval `binsrc/config/ccdefs`
diff -ru ../old/appsrc/Makefile.am ./appsrc/Makefile.am
--- ../old/appsrc/Makefile.am	2007-05-07 15:23:31.000000000 +0200
+++ ./appsrc/Makefile.am	2009-07-04 22:45:53.000000000 +0200
@@ -19,17 +19,4 @@
 #  
 #  
 
-SUBDIRS = \
-	ODS-Framework \
-	ODS-Addressbook \
-	ODS-Blog \
-	ODS-Bookmark \
-	ODS-Briefcase \
-	ODS-Calendar \
-	ODS-Community \
-	ODS-Discussion \
-	ODS-FeedManager \
-	ODS-Gallery \
-	ODS-Polls \
-	ODS-WebMail \
-	ODS-Wiki
+SUBDIRS = ODS-Framework ODS-Addressbook ODS-Blog ODS-Bookmark ODS-Briefcase ODS-Calendar ODS-Community ODS-Discussion ODS-FeedManager ODS-Gallery ODS-Polls ODS-WebMail ODS-Wiki
diff -ru ../old/libsrc/Wi/bif_file.c ./libsrc/Wi/bif_file.c
--- ../old/libsrc/Wi/bif_file.c	2009-04-19 23:48:55.000000000 +0200
+++ ./libsrc/Wi/bif_file.c	2009-06-24 22:03:12.000000000 +0200
@@ -57,7 +57,6 @@
 #endif
 
 #include "zlib.h"
-#include "zutil.h"
 #include "srvmultibyte.h"
 
 #define FS_MAX_STRING	(10L * 1024L * 1024L)	/* allow files up to 10 MB */
@@ -4411,7 +4410,7 @@
   level = 6;
 
   err = deflateInit2 (&(s->stream), level,
-      Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
+      Z_DEFLATED, -MAX_WBITS, 9, strategy);
 
   s->stream.next_out = s->outbuf = (Byte *) dk_alloc (Z_BUFSIZE);
   if (err != Z_OK || s->outbuf == Z_NULL)