]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- added workaround for buggy gcc 3.3.1 on alpha
authorArtur Frysiak <artur@frysiak.net>
Sat, 23 Aug 2003 22:28:24 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    mysql.spec -> 1.176

mysql.spec

index 166b3325addcdd8ac565e8d83bd7fed0ea7a3227..a6f4eaa1020b9d1f5d690e5aabbc8750e536d848 100644 (file)
@@ -13,7 +13,7 @@ Summary(zh_CN):       MySQL
 Name:          mysql
 Group:         Applications/Databases
 Version:       4.0.14
-Release:       1
+Release:       2
 License:       GPL/LGPL
 Source0:       http://sunsite.icm.edu.pl/mysql/Downloads/MySQL-4.0/mysql-%{version}.tar.gz
 # Source0-md5: 9764f09c89692345d3b7800ab014f822
@@ -68,6 +68,8 @@ Obsoletes:    mysql-server
 %define                _mysqlhome      /home/services/mysql
 
 %define                _noautoreqdep   'perl(DBD::mysql)'
+# workaround for buggy gcc 3.3.1
+%define        specflags_alpha "-mno-explicit-relocs"
 
 %description
 MySQL is a true multi-user, multi-threaded SQL (Structured Query
This page took 0.031907 seconds and 4 git commands to generate.