Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poco: unbreak mysql support | Peter Korsgaard | 2011-10-08 | 2 | -5/+7 |
| | | | | | | | | Update patch to also pass include directory for mysql headers, and get rid of host directories in -L / -I arguments. Finally look in staging rather than target for libmysqlclient. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: add the poco C++ libraries collection | Baruch Siach | 2011-10-07 | 5 | -0/+237 |
Add the C++ Portable Components libraries. The Data/ODBC components is disabled because its dependency (unixODBC) is not in Buildroot. The Data/MySQL component is build tested only. It probably requires an additional RPATH to actually run, because libmysqlclient resides in a non-standard location under /usr/lib/mysql. [Peter: use depends on for toolchain options] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |