From 4b53d23cef3d56dfa5c87bc290db159bec74baf9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 18 Jul 2011 13:14:28 +0100 Subject: [PATCH] safely.lisp: Explicitly state which library to get rename(2) from. I think this is Debian changing the dynamic linking rules rather than CLisp being crap; but it's still annoying. --- safely.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/safely.lisp b/safely.lisp index 0674429..43ea4fe 100644 --- a/safely.lisp +++ b/safely.lisp @@ -114,6 +114,7 @@ (progn (ffi:def-call-out %rename (:name "rename") (:language :stdc) + (:library "libc.so.6") (:arguments (from ffi:c-string) (to ffi:c-string)) (:return-type ffi:int))) -- 2.11.0