diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-29 04:11:18 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-30 02:32:57 -0400 |
commit | 1abc08a8f48f121cfa5a77394aa71a0441b4eb44 (patch) | |
tree | bd4dcf51376faf6d81202570b3260f2649210e2e /gnu/local.mk | |
parent | c74acb569c7930b3c859b08094fca2d3b0f83e3d (diff) | |
download | patches-1abc08a8f48f121cfa5a77394aa71a0441b4eb44.tar patches-1abc08a8f48f121cfa5a77394aa71a0441b4eb44.tar.gz |
gnu: shishi: Build with latest libgcrypt.
* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kerberos.scm (shishi)[source]: Use it.
[inputs]: Use libgcrypt instead of libgcrypt-1.5.
[arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags.
* gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable.
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 1d49c1a17f..900df572ad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -961,6 +961,7 @@ dist_patch_DATA = \ %D%/packages/patches/scotch-test-threading.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ + %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ %D%/packages/patches/slim-session.patch \ %D%/packages/patches/slim-config.patch \ %D%/packages/patches/slim-sigusr1.patch \ |