diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-12-23 19:39:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-12-23 19:39:38 +0100 |
commit | 825ee5d466fa35eb2acf1658483c9fe8841b60a5 (patch) | |
tree | 6994dfbc623d9c502a8b24953b01a36b6d18740c | |
parent | ac7ec5480251afad46992904099e982a3a821bd5 (diff) |
mysql 5.5.8, fix EL-6 build
-rw-r--r-- | mysql-dev.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-dev.spec b/mysql-dev.spec index c87a7e5..e704196 100644 --- a/mysql-dev.spec +++ b/mysql-dev.spec @@ -292,6 +292,10 @@ make abi_check_all esac export MTR_BUILD_THREAD + # Sometine, test fails because of this lib. + LD_LIBRARY_PATH=$PWD/libservices + export LD_LIBRARY_PATH + # note: "make test" invokes two largely-duplicate sets of tests, # which makes the runtime really unacceptably long ... # if you want to change this, look at mysql-testing.patch too. |