[Lunar-commits] r20962 - moonbase/trunk/sql/mysql

Terry Chan tchan at lunar-linux.org
Wed Aug 9 14:15:05 UTC 2006


Author: tchan
Date: 2006-08-09 14:15:05 +0000 (Wed, 09 Aug 2006)
New Revision: 20962

Added:
   moonbase/trunk/sql/mysql/PRE_BUILD
Log:
I added this hack from the perl PRE_BUILD because mysql-5.0.24 now suffers
from the same problem. If mysql-5.0.22 was installed then 5.0.24 won't compile.
Removing 5.0.22 first, allows 5.0.24 to compile/install. This hack should
be tested in future releases of mysql and removed at some time.


Added: moonbase/trunk/sql/mysql/PRE_BUILD
===================================================================
--- moonbase/trunk/sql/mysql/PRE_BUILD	                        (rev 0)
+++ moonbase/trunk/sql/mysql/PRE_BUILD	2006-08-09 14:15:05 UTC (rev 20962)
@@ -0,0 +1,8 @@
+# tchan Added this hack because 5.0.24 wouldn't compile unless mysql-5.0.22
+# was removed first!  This should be tested on future releases and removed at
+# some time.
+if module_installed mysql ; then
+  lrm --upgrade mysql
+fi &&
+
+default_pre_build



More information about the Lunar-commits mailing list