[Pkg-mysql-commits] r1617 - mysql-dfsg-5.1/branches/experimental/debian
Christian Hammers
ch at alioth.debian.org
Sun Jul 5 22:38:21 UTC 2009
Author: ch
Date: 2009-07-05 22:38:21 +0000 (Sun, 05 Jul 2009)
New Revision: 1617
Modified:
mysql-dfsg-5.1/branches/experimental/debian/rules
Log:
* Removed amd64 specific -fPIC compiler option that was introduced
especially for building the NDB cluster module which is no longer
part of this package (thanks to Modestas Vainius). Closes: #508406
Modified: mysql-dfsg-5.1/branches/experimental/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-04 10:14:46 UTC (rev 1616)
+++ mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-05 22:38:21 UTC (rev 1617)
@@ -42,11 +42,6 @@
TESTSUITE_FAIL_CMD=exit 1
#endif
-ifeq ($(findstring $(ARCH), amd64),$(ARCH))
- FORCE_FPIC_CFLAGS=-fPIC
- FORCE_FPIC=--with-pic --with-lib-ccflags="-fPIC"
-endif
-
# This causes seg11 crashes if LDAP is used for groups in /etc/nsswitch.conf
# so it is disabled by default although, according to MySQL, it brings >10%
# performance gain if enabled. See #299382.
More information about the Pkg-mysql-commits
mailing list