diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-31 16:11:59 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-09 17:59:34 +0200 |
commit | 6bbbdb1a34607690ca8413f29bb7bf5cacae2bcc (patch) | |
tree | e8990651a04b7a03a4638d9284a7e6cff6094fa8 /gnu/local.mk | |
parent | 0171019418435888afb6024d04702683482d0294 (diff) | |
download | patches-6bbbdb1a34607690ca8413f29bb7bf5cacae2bcc.tar patches-6bbbdb1a34607690ca8413f29bb7bf5cacae2bcc.tar.gz |
gnu: oath-toolkit: Fix FTBFS with Glibc >= 2.28.
* gnu/packages/patches/oath-toolkit-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/authentication.scm (oath-toolkit)[source](patches): New field.
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 ce1f8cc173..39cd55f105 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -994,6 +994,7 @@ dist_patch_DATA = \ %D%/packages/patches/nvi-db4.patch \ %D%/packages/patches/nyacc-binary-literals.patch \ %D%/packages/patches/nyx-show-header-stats-with-python3.patch \ + %D%/packages/patches/oath-toolkit-glibc-compat.patch \ %D%/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch \ %D%/packages/patches/ocaml-bitstring-fix-configure.patch \ %D%/packages/patches/ocaml-CVE-2015-8869.patch \ |