r10268: add compatibility for sbcl-amd64
[clsql.git] / db-postgresql-socket / postgresql-socket-api.lisp
index dbf41d1f232be7a0b84537b83f64c9c9510d3733..4546d095ad23f0a95b2cc197ba13a5c05c96a2f4 100644 (file)
@@ -220,7 +220,7 @@ socket interface"
   (unless *crypt-library-loaded*
     (uffi:load-foreign-library 
      (uffi:find-foreign-library "libcrypt"
-                          '(#+64bit "/usr/lib64/"
+                          '(#+(or 64bit x86-64) "/usr/lib64/"
                             "/usr/lib/" "/usr/local/lib/" "/lib/"))
      :supporting-libraries '("c"))
     (setq *crypt-library-loaded* t)))