From: Kevin M. Rosenberg Date: Thu, 13 May 2004 10:23:40 +0000 (+0000) Subject: r9343: add missing library location X-Git-Tag: v1.6.1~105 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=642855854f8dbf7fbcbe6d75c3f886e8f00eec7c r9343: add missing library location --- diff --git a/debian/changelog b/debian/changelog index 3153e70..11eabd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.4.16-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 13 May 2004 04:23:13 -0600 + cl-uffi (1.4.15-1) unstable; urgency=low * New upstream diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index c0548c1..49eb103 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -25,8 +25,8 @@ #+(or macosx darwin) "z" (list (pathname-directory *load-pathname*) - "/usr/local/lib/" #+64bit "/usr/lib64/" - "/zlib/")) + "/usr/local/lib/" #+64bit "/usr/lib64/" + "/usr/lib/" "/zlib/")) :module "zlib" :supporting-libraries '("c")) (warn "Unable to load zlib"))