Re: patch: clsql-uffi.asd fixes
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Sat, 12 Nov 2005 09:19:09 -0700
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
James Bielman wrote: > * clsql-uffi.asd: Remove reference to symbols in the UFFI package > as it may not be present at read time. Fixes an error when loading > a CLSQL backend (or ASDF-INSTALL'ing CLSQL) when UFFI is not loaded. Thanks for the patches, James. Yes, I recently moved the loading of UFFI to clsql.asd to accomodate the request to read the environmental variable CLSQLINIT. I had assumed clsql-uffi.asd would be loaded after clsql.asd, but I it would be better to support those loading clsql-uffi.asd first as well. > * Change the name of :clsql-uffi-source-file "uffi" to "clsql_uffi" to > match the new name of the support library. Fixes unnecessary > recompilation of the source files depending on the shared library. Thanks, I missed that in the library renaming. Kevin