[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: clisp: Fix building on aarch64-linux.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: clisp: Fix building on aarch64-linux. |
Date: |
Mon, 19 Feb 2018 04:33:01 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit d81a739a1f2db5b64c3e20f0cdb9862902624322
Author: Efraim Flashner <address@hidden>
Date: Mon Feb 19 11:30:27 2018 +0200
gnu: clisp: Fix building on aarch64-linux.
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'bindings/glibc' module.
---
gnu/packages/lisp.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 98469ee..020abc7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -273,7 +273,6 @@ supporting ASDF, Sockets, Gray streams, MOP, and other
useful components.")
'(#:configure-flags '("--enable-portability"
"--with-dynamic-ffi"
"--with-dynamic-modules"
- "--with-module=bindings/glibc"
"--with-module=rawsock")
#:build #f
#:phases