diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-25 02:15:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-28 00:04:35 -0400 |
commit | d4040f6e23f1777fdf5e402622edea94fa98d2be (patch) | |
tree | 26afa1a16e53096ab56eb7ba0610b724792fb892 /gnu/local.mk | |
parent | 78666a68a53750192a714e267f7608094920da49 (diff) | |
download | guix-d4040f6e23f1777fdf5e402622edea94fa98d2be.tar.gz |
gnu: elogind: Fix build with glibc-2.27.
* gnu/packages/patches/elogind-glibc-2.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/freedesktop.scm (elogind)[source]: Add patch. [arguments]: Replace the bootstrap phase with what was previously the autogen phase.
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 df7c95f978..786e5a6956 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -628,6 +628,7 @@ dist_patch_DATA = \ %D%/packages/patches/eigen-arm-neon-fixes.patch \ %D%/packages/patches/elfutils-tests-ptrace.patch \ %D%/packages/patches/elixir-disable-failing-tests.patch \ + %D%/packages/patches/elogind-glibc-2.27.patch \ %D%/packages/patches/einstein-build.patch \ %D%/packages/patches/emacs-browse-at-remote-cgit-gnu.patch \ %D%/packages/patches/emacs-exec-path.patch \ |