diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-26 12:25:29 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-26 12:27:57 +0100 |
commit | 33eb63da646706380f74ac710740f12a0f0a7a8c (patch) | |
tree | e3ab66e9c7679dc371343897f3444bc79399fce9 /gnu/packages/sssd.scm | |
parent | 215a51e4412f6e0051ce2f3abced8d26125d99ca (diff) | |
download | patches-33eb63da646706380f74ac710740f12a0f0a7a8c.tar patches-33eb63da646706380f74ac710740f12a0f0a7a8c.tar.gz |
gnu: sssd: Fix build with cURL >= 7.62.0.
* gnu/packages/patches/sssd-curl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/sssd.scm (sssd)[source](patches): Use it.
Diffstat (limited to 'gnu/packages/sssd.scm')
-rw-r--r-- | gnu/packages/sssd.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm index 0ff94cdd24..75ce7c854b 100644 --- a/gnu/packages/sssd.scm +++ b/gnu/packages/sssd.scm @@ -86,6 +86,7 @@ fundamental object types for C.") (method url-fetch) (uri (string-append "http://releases.pagure.org/SSSD/sssd/" "sssd-" version ".tar.gz")) + (patches (search-patches "sssd-curl-compat.patch")) (sha256 (base32 "032ppk57qs1lnvz7pb7lw9ldwm9i1yagh9fzgqgn6na3bg61ynzy")))) |