diff options
| -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.  | 
