commit | 39be38c96555cdfea3fa7ef5b1d5d2fd48373b52 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Fri May 26 11:38:39 2006 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Fri May 26 11:38:39 2006 +0000 |
tree | f3199be840fa8e287484f8b446cbaa3a9695f1c6 | |
parent | 95e2a916158860f76539d36b9fe9e1688cb85aac [diff] |
- Search the sqlite specific search directories after the normal include directories when looking for the version of sqlite to use. - On OSX: * Extract additional include and link directories from the CFLAGS and LDFLAGS, if the user has bothered to specify them we might as wel use them. * Add '-Wl,-search_paths_first' to the extra_link_args for readline and sqlite. This makes it possible to use a static library to override the system provided dynamic library.