]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- -fPIC as workaround for -rdynamic and C++ vtables on gcc3/alpha
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jul 2003 12:09:30 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-sql-cxx-pic.patch -> 1.1

mysql-sql-cxx-pic.patch [new file with mode: 0644]

diff --git a/mysql-sql-cxx-pic.patch b/mysql-sql-cxx-pic.patch
new file mode 100644 (file)
index 0000000..18b89d9
--- /dev/null
@@ -0,0 +1,10 @@
+--- mysql-4.0.13/sql/Makefile.am.orig  2003-07-11 09:12:35.000000000 +0000
++++ mysql-4.0.13/sql/Makefile.am       2003-07-11 11:02:10.000000000 +0000
+@@ -94,6 +94,7 @@
+ BUILT_SOURCES =               sql_yacc.cc sql_yacc.h
+ EXTRA_DIST =          udf_example.cc $(BUILT_SOURCES)
+ AM_YFLAGS =           -d
++AM_CXXFLAGS = -fPIC
+ link_sources:
+       rm -f mini_client_errors.c
This page took 0.031637 seconds and 4 git commands to generate.