diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2019-09-10 19:04:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-11 00:09:39 +0200 |
commit | 489d16577e4a6ccc30f3719d9263900089edd842 (patch) | |
tree | c1318cde8ba173aeda49c686ba5f3c1ba20a855c /gnu/local.mk | |
parent | 7e143375d3649f3c0bd4c13958b26c086f364647 (diff) | |
download | patches-489d16577e4a6ccc30f3719d9263900089edd842.tar patches-489d16577e4a6ccc30f3719d9263900089edd842.tar.gz |
gnu: cmake: Add package variant that knows about X.509 certificates.
Fixes <https://bugs.gnu.org/37371>.
* gnu/packages/patches/cmake-curl-certificates.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cmake.scm (cmake/fixed): New 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 d76438ca63..3f32b9cbf2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -744,6 +744,7 @@ dist_patch_DATA = \ %D%/packages/patches/clementine-use-openssl.patch \ %D%/packages/patches/clisp-remove-failing-test.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ + %D%/packages/patches/cmake-curl-certificates.patch \ %D%/packages/patches/coda-use-system-libs.patch \ %D%/packages/patches/combinatorial-blas-awpm.patch \ %D%/packages/patches/combinatorial-blas-io-fix.patch \ |