X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-loader.lisp;h=e46ec773150276d0c76c1dbdff207b211aab0fb6;hb=4c8a9a8b403c20cdc78fc427ae06e70536666119;hp=5a0f03932e44ee636080a35e7f7fc27b1a33dce6;hpb=7d50938ba2db52a713498e49aa1679deae6f0b6b;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index 5a0f039..e46ec77 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,8 +39,11 @@ set to the right path before compiling or loading the system.") '("/opt/postgresql/lib/" "/usr/local/lib/" "/usr/lib/" "/postgresql/lib/" "/usr/local/pgsql/lib/" "/usr/lib/pgsql/" - "/opt/pgsql/lib/pgsql") - :drive-letters '("C" "D" "E")))) + "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/") + :drive-letters '("C" "D" "E") + #+(or macosx darwin ccl-5.0) :types + #+(or macosx darwin ccl-5.0) '("so") + ))) (if (uffi:load-foreign-library libpath :module "postgresql" :supporting-libraries