| Summary: | samba-3.0_alpha22.ebuild forces MySQL v3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Robin Johnson <robbat2> |
| Component: | Current packages | Assignee: | Donny Davies (RETIRED) <woodchip> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | gurligebis |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Robin Johnson
2003-03-12 00:54:21 UTC
Well, just change this in the ebuild: mysql? ( =dev-db/mysql-3* sys-libs/zlib ) to: ( =dev-db/mysql-3* sys-libs/zlib ) Bjarke: That's a hack IMHO What if somebody wanted to use MySQL v4 together with Samba ? AFAIK
>=dev-db/mysql-3*
instead of
=dev-db/mysql-3*
would allow 3 and up to be used, but I'm not sure.
If the limit to MySQL v3 was put in place because of the API change in MySQL, please be aware that MySQL 4.0.11a-r1 has -DUSE_OLD_FUNCTIONS defined, so that they are available (see bug 15099) i'll fixit when i get to my next update round ;-) ok. |