SPECS (MYSQL_4_1): mysql.spec - fix alpha build. (thx qboosh)
glen
glen at pld-linux.org
Tue Jun 12 09:57:06 CEST 2007
Author: glen Date: Tue Jun 12 07:57:06 2007 GMT
Module: SPECS Tag: MYSQL_4_1
---- Log message:
- fix alpha build. (thx qboosh)
---- Files affected:
SPECS:
mysql.spec (1.300.2.13 -> 1.300.2.14)
---- Diffs:
================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.300.2.13 SPECS/mysql.spec:1.300.2.14
--- SPECS/mysql.spec:1.300.2.13 Fri Jun 8 23:58:43 2007
+++ SPECS/mysql.spec Tue Jun 12 09:57:01 2007
@@ -4,13 +4,6 @@
# - trigger /etc/mysqld.conf into /etc/mysql/mysqld.conf. Solve possible
# conflict with /var/lib/mysql/mysqld.conf
# - package man1/mysqlman.1, and make programs without manpage '.so mysqlman'
-# - alpha build failure:
-#alpha-pld-linux-gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" -DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\"" -DHAVE_CONFIG_H -I. -I.. -I../innobase/include -I../ndb/include -I../ndb/include/ndbapi -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -mieee -fomit-frame-pointer -MT stacktrace.o -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.o stacktrace.c
-#stacktrace.c: In function `print_stacktrace':
-#stacktrace.c:189: error: `SIGRETURN_FRAME_COUNT' undeclared (first use in this function)
-#stacktrace.c:189: error: (Each undeclared identifier is reported only once
-#stacktrace.c:189: error: for each function it appears in.)
-#make[4]: *** [stacktrace.o] Error 1
#
# Conditional build:
%bcond_with bdb # Berkeley DB support
@@ -59,6 +52,7 @@
Patch6: %{name}-fix_privilege_tables.patch
Patch7: %{name}-align.patch
Patch8: %{name}-client-config.patch
+Patch9: %{name}-alpha.patch
URL: http://www.mysql.com/
#BuildRequires: ORBit-devel
BuildRequires: autoconf
@@ -437,6 +431,9 @@
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%ifarch alpha
+%patch9 -p1
+%endif
%{__perl} -pi -e 's@(ndb_bin_am_ldflags)="-static"@$1=""@' configure.in
@@ -898,6 +895,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.300.2.14 2007/06/12 07:57:01 glen
+- fix alpha build. (thx qboosh)
+
Revision 1.300.2.13 2007/06/08 21:58:43 glen
- hey alpha fans, plz fix :(
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.300.2.13&r2=1.300.2.14&f=u
More information about the pld-cvs-commit
mailing list