SPECS: mysql.spec - pass -fPIC - extended TODO
shadzik
shadzik at pld-linux.org
Wed Feb 11 14:49:19 CET 2009
Author: shadzik Date: Wed Feb 11 13:49:19 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass -fPIC
- extended TODO
---- Files affected:
SPECS:
mysql.spec (1.436 -> 1.437)
---- Diffs:
================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.436 SPECS/mysql.spec:1.437
--- SPECS/mysql.spec:1.436 Sun Feb 8 11:40:04 2009
+++ SPECS/mysql.spec Wed Feb 11 14:49:14 2009
@@ -5,6 +5,8 @@
# - missing have_archive, have_merge
# - is plugin_dir lib64 safe?
# - Using NDB Cluster... could not find sci transporter in /{include, lib}
+# - configure: WARNING: unrecognized options: --with-innodb, --with-raid, --with-archive-storage-engine, --with-federated-storage-engine, --with-vio, --without-ndbcluster
+# - !!! Makefiles for libmysqld.so !!!
#
# Conditional build:
%bcond_without innodb # InnoDB storage engine support
@@ -485,8 +487,8 @@
%{__autoconf}
# The compiler flags are as per their "official" spec ;)
-CXXFLAGS="%{rpmcflags} -felide-constructors -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}"
-CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
+CXXFLAGS="%{rpmcflags} -fPIC -felide-constructors -fno-rtti -fno-exceptions %{!?debug:-fomit-frame-pointer}"
+CFLAGS="%{rpmcflags} -fPIC %{!?debug:-fomit-frame-pointer}"
# NOTE: the PS, FIND_PROC, KILL, CHECK_PID are not used by PLD Linux
# and therefore do not add BR on these. These are here just to satisfy
@@ -1067,6 +1069,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.437 2009/02/11 13:49:14 shadzik
+- pass -fPIC
+- extended TODO
+
Revision 1.436 2009/02/08 10:40:04 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.436&r2=1.437&f=u
More information about the pld-cvs-commit
mailing list