X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fclsql-uffi%2Fclsql-uffi-loader.cl;h=3313aef77d4cef5ee084eaf778c1980d96d0aec2;hb=da7a9d71f5424ad017be7fd1c4ca17aaffa91b2a;hp=c9dd921c08540908d5b95468e28fcf5f458960ab;hpb=a7b7b4da9a1c350e673b37961e39627638c0e1d7;p=clsql.git diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/interfaces/clsql-uffi/clsql-uffi-loader.cl index c9dd921..3313aef 100644 --- a/interfaces/clsql-uffi/clsql-uffi-loader.cl +++ b/interfaces/clsql-uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.5 2002/05/14 16:03:52 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.8 2002/05/14 16:10:55 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -21,11 +21,10 @@ (defvar *clsql-uffi-library-filename* (uffi:find-foreign-library - :names "clsql-uffi" - :directories - (translate-logical-pathname - "CL-LIBRARY:clsql;interfaces;clsql-uffi;clsql-uffi.so") - "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/")) + "clsql-uffi" + `(,(translate-logical-pathname + "CL-LIBRARY:clsql;interfaces;clsql-mysql;") + "/usr/share/common-lisp/source/clsql/interfaces/clsql-mysql/"))) (defvar *clsql-uffi-supporting-libraries* '("c") "Used only by CMU. List of library flags needed to be passed to ld to