diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-04-17 18:59:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-04-17 18:59:14 +0000 |
commit | 9d4751db2d6bf2e53b0874b9fc1a1eaf1269d0fb (patch) | |
tree | ca48a7ced99783c13be731a2164cc6a836fcc419 | |
parent | Added patch to fix the hardcoded lib paths on mysql ac macros. (diff) | |
download | mysql-extras-9d4751db2d6bf2e53b0874b9fc1a1eaf1269d0fb.tar.gz mysql-extras-9d4751db2d6bf2e53b0874b9fc1a1eaf1269d0fb.tar.bz2 mysql-extras-9d4751db2d6bf2e53b0874b9fc1a1eaf1269d0fb.zip |
Add the hardcoded libdir name fix to index.
-rw-r--r-- | 00000_index.txt | 5 | ||||
-rw-r--r-- | 15020_all_fix_hardcoded_lib_paths.patch (renamed from 15020_fix_hardcoded_lib_paths.patch) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/00000_index.txt b/00000_index.txt index 185cb4e..06335c3 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -1326,3 +1326,8 @@ @ver 5.00.87.00 to 5.00.99.99 @pn mysql @@ Fixup of crash caused by Percona code + compile fix for strchr input type. + +@patch 15020_all_fix_hardcoded_lib_paths.patch +@ver 5.01.53.00 to 5.01.99.99 +@pn mysql +@@ Fix for the hardcoded /lib paths. diff --git a/15020_fix_hardcoded_lib_paths.patch b/15020_all_fix_hardcoded_lib_paths.patch index f62d1d0..f62d1d0 100644 --- a/15020_fix_hardcoded_lib_paths.patch +++ b/15020_all_fix_hardcoded_lib_paths.patch |