| Bug#: 224451 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: mysql-bugs@gentoo.org | Reported By: swegener@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: dev-db/mysql-5.0.60: broken mysql_config script | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-06-01 10:04 0000 | |||
| Description: | Opened: 2008-06-01 10:04 0000 |
Hi,
the mysql_config_cleanup patches from mysql-extras-20080529 break the
mysql_config script.
The patches result in
124 for i in $cflags
125 do
126 case "${f}" in
which will effectively strip all cflags. Either use i or f, but be consistent.
;)
Sven