Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
mysql
>
mysqlclient15
> mysql-5.0.67-testing.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mysql-5.0.67-testing.patch of Package mysqlclient15
--- mysql-5.0.67/Makefile.am.orig 2008-08-04 14:18:47.000000000 +0200 +++ mysql-5.0.67/Makefile.am 2008-08-10 09:10:53.000000000 +0200 @@ -127,11 +127,11 @@ test-ps: cd mysql-test ; \ - @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol + @PERL@ ./mysql-test-run.pl $(force) $(mem) --ssl --ps-protocol test-ns: cd mysql-test ; \ - @PERL@ ./mysql-test-run.pl $(force) $(mem) + @PERL@ ./mysql-test-run.pl $(force) $(mem) --ssl test: test-ns test-ps