File: old_patch__config_mutex.diff

package info (click to toggle)
mysql-dfsg-4.1 4.1.11a-4sarge8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 86,724 kB
  • ctags: 78,396
  • sloc: ansic: 380,120; cpp: 348,266; sh: 32,501; tcl: 30,484; perl: 20,873; yacc: 5,447; java: 4,610; makefile: 4,406; xml: 3,857; pascal: 1,795; awk: 1,338; asm: 1,064; sed: 772; sql: 503
file content (28 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download
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
#
# Prevents the use of NPLT when compiling under kernel 2.6
# See http://bugs.mysql.com/6445 and http://bugs.debian.org/278638
#
--- old/configure.orig	2004-11-05 00:33:26.000000000 +0100
+++ new/configure	2004-11-04 23:47:07.000000000 +0100
@@ -36578,7 +36578,8 @@
 
 
       echo "CONFIGURING FOR BERKELEY DB"
-      bdb_conf_flags="--disable-shared"
+      bdb_conf_flags="--disable-shared --with-mutex=x86/gcc-assembly"
+      echo "#42#DEBUG# bdb_conf_flags=$bdb_conf_flags"
       if test $with_debug = "yes"
       then
         bdb_conf_flags="$bdb_conf_flags --enable-debug --enable-diagnostic"
--- configure.in.orig	2004-12-27 17:47:09.000000000 +0100
+++ configure.in	2005-01-06 09:29:34.000000000 +0100
@@ -2891,7 +2891,8 @@
       AC_CONFIG_FILES(bdb/Makefile)
 
       echo "CONFIGURING FOR BERKELEY DB" 
-      bdb_conf_flags="--disable-shared"
+      bdb_conf_flags="--disable-shared --with-mutex=x86/gcc-assembly"
+      echo "#42#DEBUG# bdb_conf_flags=$bdb_conf_flags"
       if test $with_debug = "yes"
       then
         bdb_conf_flags="$bdb_conf_flags --enable-debug --enable-diagnostic"