aboutsummaryrefslogtreecommitdiff
path: root/libs/unixodbc/patches
Commit message (Collapse)AuthorAge
* unixodbc: Remove custom unixodbc_conf.hJeffery To2023-10-30
| | | | | | | | | | As unixodbc_conf.h is now generated by configure instead of odbc_config[1], it is not necessary to use a custom copy of the header file anymore. [1]: https://github.com/lurcher/unixODBC/commit/be3341cdc61623a533d3a17529cc65b101bfa8a0 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* unixodbc: fix cross-compile driversDaniel Golle2017-07-08
build odbc_config for host so drivers may use it to figure out build details, patch odbc_config to return target specific values from unixodbc_conf.h. Signed-off-by: Daniel Golle <daniel@makrotopia.org>