diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-22 23:17:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-23 00:06:52 +0100 |
commit | 737a3c12cd25f76e9fb4872e0a7a1ecb61aff131 (patch) | |
tree | 66ab1e00ca3fa95932fd4a843eec11529f2d2719 /gnu/local.mk | |
parent | 973218a3747ad564493a976da588d286fe7d4301 (diff) | |
download | patches-737a3c12cd25f76e9fb4872e0a7a1ecb61aff131.tar patches-737a3c12cd25f76e9fb4872e0a7a1ecb61aff131.tar.gz |
gnu: libmemcached: Fix build.
* gnu/packages/databases.scm (libmemcached)[source]: Add patch.
* gnu/packages/patches/libmemcached-build-with-gcc7.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
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 51272b2dc8..46d040c507 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1165,6 +1165,7 @@ dist_patch_DATA = \ %D%/packages/patches/mcrypt-CVE-2012-4409.patch \ %D%/packages/patches/mcrypt-CVE-2012-4426.patch \ %D%/packages/patches/mcrypt-CVE-2012-4527.patch \ + %D%/packages/patches/libmemcached-build-with-gcc7.patch \ %D%/packages/patches/mes-remove-store-name.patch \ %D%/packages/patches/mesa-skip-disk-cache-test.patch \ %D%/packages/patches/mescc-tools-boot.patch \ |