summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-02-19 11:30:27 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-02-19 11:30:48 +0200
commitd81a739a1f2db5b64c3e20f0cdb9862902624322 (patch)
treeb67444e323266ce432899764720277298000be1f /gnu
parent79c6af13d08f7d4563c343a2c3e9ebbc82d7695b (diff)
downloadpatches-d81a739a1f2db5b64c3e20f0cdb9862902624322.tar
patches-d81a739a1f2db5b64c3e20f0cdb9862902624322.tar.gz
gnu: clisp: Fix building on aarch64-linux.
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'bindings/glibc' module.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 98469ee8af..020abc7494 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