diff options
author | rennes <rennes@openmailbox.org> | 2017-03-23 14:29:26 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-23 14:34:09 -0400 |
commit | 7fdca77e007f0838ecd32b044827678f2b345ff0 (patch) | |
tree | b4bfb18ce7caa4332519c3d7f659b3dccc673168 /gnu/local.mk | |
parent | 096f0080147c8a1a0285416f5ff0ecfc353414b6 (diff) | |
download | guix-7fdca77e007f0838ecd32b044827678f2b345ff0.tar guix-7fdca77e007f0838ecd32b044827678f2b345ff0.tar.gz |
gnu: ustr: Fix build with GCC 5.
* gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/textutils.scm (ustr)[source]: Use patch.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 1fa5a339ac..c9e3131c08 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -961,6 +961,7 @@ dist_patch_DATA = \ %D%/packages/patches/unzip-initialize-symlink-flag.patch \ %D%/packages/patches/unzip-overflow-long-fsize.patch \ %D%/packages/patches/unzip-remove-build-date.patch \ + %D%/packages/patches/ustr-fix-build-with-gcc-5.patch \ %D%/packages/patches/util-linux-tests.patch \ %D%/packages/patches/util-linux-CVE-2017-2616.patch \ %D%/packages/patches/upower-builddir.patch \ |