Update to mercurial snapshot to fix FTBFS.

Drop upstreamed -hostname patch.
Build against libdb instead of libdb4.
Include the CLX manual in the -devel documentation.
Compile the Emacs Lisp interface.
Build the asdf module.
This commit is contained in:
Jerry James 2013-02-18 15:59:00 -07:00
commit db1236f2c0
8 changed files with 351 additions and 279 deletions

View file

@ -1,6 +1,6 @@
--- ./modules/bindings/glibc/linux.lisp.orig 2008-10-08 10:36:19.000000000 -0600
+++ ./modules/bindings/glibc/linux.lisp 2012-07-25 19:05:07.014592097 -0600
@@ -86,7 +86,7 @@
--- ./modules/bindings/glibc/linux.lisp.orig 2013-02-16 15:26:27.868519829 -0700
+++ ./modules/bindings/glibc/linux.lisp 2013-02-16 16:54:18.702524668 -0700
@@ -87,7 +87,7 @@
(def-c-type __key_t) ; int
@ -9,7 +9,7 @@
(def-c-type __ipc_pid_t) ; ushort
; --------------------------- <sys/types.h> -----------------------------------
@@ -293,6 +293,8 @@
@@ -294,6 +294,8 @@
;; for robust mutexes
(def-c-const EOWNERDEAD (:documentation "Owner died")) ; 130
(def-c-const ENOTRECOVERABLE (:documentation "State not recoverable")) ; 131