[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Mon May 7 20:28:31 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv18813
Modified Files:
ele-bdb.asd
Log Message:
Enable -l option for linux builds
--- /project/elephant/cvsroot/elephant/ele-bdb.asd 2007/04/28 17:18:32 1.27
+++ /project/elephant/cvsroot/elephant/ele-bdb.asd 2007/05/07 20:28:30 1.28
@@ -53,7 +53,7 @@
(defmethod compiler-options ((compiler (eql :gcc)) (c bdb-c-source) &key &allow-other-keys)
(append (library-directories c)
(call-next-method)
- #-(or linux) (list (format nil "-l~A" (get-db-name c)))))
+ (list (format nil "-l~A" (get-db-name c)))))
(defun get-db-name (c)
(subseq (pathname-name
More information about the Elephant-cvs
mailing list