diff options
Diffstat (limited to 'www/mod_auth_cookie_mysql/Makefile')
-rw-r--r-- | www/mod_auth_cookie_mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_cookie_mysql/Makefile b/www/mod_auth_cookie_mysql/Makefile index ba90edb12d22..62aeca9cb7f2 100644 --- a/www/mod_auth_cookie_mysql/Makefile +++ b/www/mod_auth_cookie_mysql/Makefile @@ -18,7 +18,7 @@ COMMENT= Allows authentication against a MySQL database via a secure cookie USE_MYSQL= YES # If someone can test it with MySQL 4.1 ;-) -BROKEN_WITH_MYSQL= 41 +IGNORE_WITH_MYSQL= 41 USE_APACHE= 13 |