X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-uffi.asd;h=48372a1cff433b5060ae08a564e0f355c5108045;hp=7541934ae4b01c408879d4c4bb4ab850ec7cdc4d;hb=162003a620fcbfabab5313887d0722f6168efd8c;hpb=e4778554b1dc8a130f9b189d760730ce5d76ced4 diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 7541934..48372a1 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -67,7 +67,8 @@ (defmethod operation-done-p ((o compile-op) (c clsql-uffi-source-file)) (or (and (probe-file #p"/usr/lib/clsql/clsql_uffi.so") t) (let ((lib (make-pathname :defaults (component-pathname c) - :type (uffi:default-foreign-library-type)))) + :type (funcall (intern (symbol-name '#:default-foreign-library-type) + (find-package '#:uffi)))))) (and (probe-file lib) (probe-file (component-pathname c)) (> (file-write-date lib) (file-write-date (component-pathname c))))))) @@ -85,6 +86,6 @@ ((:module :uffi :components ((:file "clsql-uffi-package") - (:clsql-uffi-source-file "uffi" :depends-on ("clsql-uffi-package")) - (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package" "uffi")) + (:clsql-uffi-source-file "clsql_uffi" :depends-on ("clsql-uffi-package")) + (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package" "clsql_uffi")) (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))))))