From 9d3431bd0c0054166b1f9967322e1b319296a91c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 30 Sep 2002 05:34:03 +0000 Subject: [PATCH] r2897: *** empty log message *** --- db-mysql/mysql-loader.cl | 7 ++----- debian/changelog | 6 ++++++ uffi/clsql-uffi-loader.cl | 7 ++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/db-mysql/mysql-loader.cl b/db-mysql/mysql-loader.cl index 2b6a56d..14c9d9f 100644 --- a/db-mysql/mysql-loader.cl +++ b/db-mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.2 2002/09/26 18:18:38 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,10 +28,7 @@ (defvar *clsql-mysql-library-filename* (uffi:find-foreign-library "clsql-mysql" - `(,(directory-namestring - (translate-logical-pathname - "cl-library:clsql;interfaces;mysql;")) - "/usr/lib/clsql/" + `("/usr/lib/clsql/" "/opt/lisp/clsql/db-mysql/" "/home/kevin/debian/src/clsql/db-mysql/") :drive-letters '("C" "D" "E" "F" "G"))) diff --git a/debian/changelog b/debian/changelog index ae8bd11..3e3e25a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.9.6-1) unstable; urgency=low + + * Remove cl-library logical hosts from load-library calls + + -- Kevin M. Rosenberg Sun, 29 Sep 2002 23:32:22 -0600 + cl-sql (0.9.5-1) unstable; urgency=low * OpenMCL is now supported diff --git a/uffi/clsql-uffi-loader.cl b/uffi/clsql-uffi-loader.cl index e131bd1..e13bd68 100644 --- a/uffi/clsql-uffi-loader.cl +++ b/uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.2 2002/09/26 18:18:39 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,10 +22,7 @@ (defvar *clsql-uffi-library-filename* (uffi:find-foreign-library "clsql-uffi" - `(,(directory-namestring - (translate-logical-pathname - "cl-library:clsql-uffi;")) - "/usr/lib/clsql/" + `("/usr/lib/clsql/" "/opt/lisp/clsql/uffi/" "/home/kevin/debian/src/clsql/uffi/") :drive-letters '("C" "D" "E" "F" "G"))) -- 2.34.1