Changes of Revision 3
[-] | Changed | mysql.spec |
1
2 echo "@end multitable" >>Docs/reservedwords.texi 3 # For some platforms the berkeley DB backend does not work. 4 export BERKELEY="with" 5 +cd bdb/dist ; autoreconf -fi ; cd ../.. 6 %ifarch ppc ppc64 s390 s390x mips alpha x86_64 sparc hppa 7 export BERKELEY="without" 8 %endif 9 |