Logoj0ke.net Open Build Service > Projects > internetx:mysql5 > mysql-5.0.62-enterprise > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed mysql.spec
x
 
1
@@ -214,6 +214,8 @@
2
 rm -f man/mysqlman.1 man/safe_mysqld.1
3
 
4
 %build
5
+cd bdb/dist ; sh s_all ; cd ../..
6
+cd innobase ; autoreconf -fi ; cd ..
7
 autoreconf -f -i
8
 # Generate file reservedwords.texi from sql/lex.h
9
 echo "@multitable @columnfractions .25 .25 .25 .25" >Docs/reservedwords.texi
10
@@ -227,7 +229,6 @@
11
 echo "@end multitable" >>Docs/reservedwords.texi
12
 # For some platforms the berkeley DB backend does not work.
13
 export BERKELEY="with"
14
-cd bdb/dist ; autoreconf -fi ; cd ../..
15
 %ifarch ppc ppc64 s390 s390x mips alpha x86_64 sparc hppa
16
 export BERKELEY="without"
17
 %endif
18