X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=mysql-sphinx.patch;h=dac55bd6fc9889f0cb292907bd926f9685de23c5;hb=4c62e38419a541d56d01fbb7b17ee1458efd18e8;hp=9201f16cfeeceed1a5acee4411a5dc4488ace50b;hpb=45ca886f79d29a688582021cab0e3a82c7b655ef;p=packages%2Fpercona-server.git diff --git a/mysql-sphinx.patch b/mysql-sphinx.patch index 9201f16..dac55bd 100644 --- a/mysql-sphinx.patch +++ b/mysql-sphinx.patch @@ -20,3 +20,14 @@ ha_sphinx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN ha_sphinx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN ha_sphinx_la_SOURCES = ha_sphinx.cc +--- mysql-5.1.49/storage/sphinx/Makefile.am~ 2010-07-24 19:14:55.000000000 +0300 ++++ mysql-5.1.49/storage/sphinx/Makefile.am 2010-07-25 03:47:56.660771099 +0300 +@@ -43,7 +43,7 @@ + ha_sphinx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN + ha_sphinx_la_SOURCES = ha_sphinx.cc + +-sphinx_la_LDFLAGS = -module ++sphinx_la_LDFLAGS = -module -avoid-version -rpath $(MYSQLLIBdir) + sphinx_la_CXXFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN + sphinx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN + sphinx_la_SOURCES = snippets_udf.cc