diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-01-20 15:42:00 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-01-20 21:48:47 -0500 |
commit | 75033216ea9f7583d113e999f7b8ce30bbef2bca (patch) | |
tree | 176e6c39d924e677c631bea78acbd868450cc7ca /gnu/local.mk | |
parent | 7c291296955ed926377810cb61e251a808f98717 (diff) | |
download | patches-75033216ea9f7583d113e999f7b8ce30bbef2bca.tar patches-75033216ea9f7583d113e999f7b8ce30bbef2bca.tar.gz |
gnu: clisp: Fix build with glibc 2.26.
* gnu/packages/patches/clisp-glibc-2.26.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp.scm (clisp)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c8c31e1b9d..865d1eae88 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -581,6 +581,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/clementine-use-openssl.patch \ + %D%/packages/patches/clisp-glibc-2.26.patch \ %D%/packages/patches/clisp-remove-failing-test.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/clx-remove-demo.patch \ |