diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-04-17 12:18:29 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-17 21:35:38 +0200 |
commit | b100e0e89ebd1a6e73d6be4e354dd684abb057a4 (patch) | |
tree | f45bfdd000cf1a4c055f55dbcff02ff46002e498 /gnu/local.mk | |
parent | da8e256a527a21ad88005c1d84514d910b964c19 (diff) | |
download | gnu-guix-b100e0e89ebd1a6e73d6be4e354dd684abb057a4.tar gnu-guix-b100e0e89ebd1a6e73d6be4e354dd684abb057a4.tar.gz |
gnu: libunistring: Fix make check issues on multi-core machines.
* gnu/packages/patches/libunistring-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/libunistring.scm (libunistring)[patches]: Add a reference
to previous patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
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 b1dbfec5e2..a0d7cfd0ac 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -732,6 +732,7 @@ dist_patch_DATA = \ %D%/packages/patches/libtorrent-rasterbar-boost-compat.patch \ %D%/packages/patches/libtool-skip-tests2.patch \ %D%/packages/patches/libunwind-CVE-2015-3239.patch \ + %D%/packages/patches/libunistring-gnulib-multi-core.patch \ %D%/packages/patches/libvpx-CVE-2016-2818.patch \ %D%/packages/patches/libwmf-CAN-2004-0941.patch \ %D%/packages/patches/libwmf-CVE-2006-3376.patch \ |