diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2010-09-25 20:32:04 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2010-09-25 20:32:04 +0000 |
commit | 6237fd4c71b31a27ae2a1c2405e6f8a60bcc7d56 (patch) | |
tree | 9aba4bc5a5bf4f63204c0c1869235392a7ac6cfa /02040_all_embedded-library-shared-5.1.50.patch | |
parent | Let's see if we can build libmysqld without a libinnobase_embedded.la. (diff) | |
download | mysql-extras-6237fd4c71b31a27ae2a1c2405e6f8a60bcc7d56.tar.gz mysql-extras-6237fd4c71b31a27ae2a1c2405e6f8a60bcc7d56.tar.bz2 mysql-extras-6237fd4c71b31a27ae2a1c2405e6f8a60bcc7d56.zip |
Updated the unittest/unit.pl file to try to fix the linkage to libmysys.so.0 - still part of the shared lib patch for mysql-5.1.50.
Diffstat (limited to '02040_all_embedded-library-shared-5.1.50.patch')
-rw-r--r-- | 02040_all_embedded-library-shared-5.1.50.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/02040_all_embedded-library-shared-5.1.50.patch b/02040_all_embedded-library-shared-5.1.50.patch index 3f98e86..23c37e6 100644 --- a/02040_all_embedded-library-shared-5.1.50.patch +++ b/02040_all_embedded-library-shared-5.1.50.patch @@ -2117,6 +2117,18 @@ $(RM) -f ./test_decimal.c # Don't update the files from bitkeeper +=== modified file 'unittest/unit.pl' +--- unittest/unit.pl 2010-08-27 14:12:44 +0000 ++++ unittest/unit.pl 2010-09-16 12:49:35 +0000 +@@ -55,7 +55,7 @@ + my @dirs = @_; + my @files; + find sub { +- $File::Find::prune = 1 if /^SCCS$/; ++ $File::Find::prune = 1 if /^(SCCS|\.libs)$/; + push(@files, $File::Find::name) if -x _ && /-t\z/; + }, @dirs; + return @files; === modified file 'unittest/mysys/Makefile.am' --- unittest/mysys/Makefile.am 2010-08-27 14:12:44 +0000 +++ unittest/mysys/Makefile.am 2010-09-16 12:49:35 +0000 |