diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-10 15:11:24 +0200 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-13 14:53:38 -0400 |
commit | 8d662672fcc29d527e22120c820b447b29c210f3 (patch) | |
tree | c6cb3c7acd71c50b3574fc80af6ab9952503f161 /gnu-system.am | |
parent | 31e0ed9592a895d1c53294d22f8ca1ba85f33227 (diff) | |
download | gnu-guix-8d662672fcc29d527e22120c820b447b29c210f3.tar gnu-guix-8d662672fcc29d527e22120c820b447b29c210f3.tar.gz |
gnu: boost: Patch to avoid -m32 flag on mips.
* gnu/packages/patches/boost-mips-avoid-m32.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/boost.scm (boost): Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 27f8923314..4f25f2850f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -392,6 +392,7 @@ dist_patch_DATA = \ gnu/packages/patches/binutils-ld-new-dtags.patch \ gnu/packages/patches/binutils-loongson-workaround.patch \ gnu/packages/patches/bitlbee-configure-doc-fix.patch \ + gnu/packages/patches/boost-mips-avoid-m32.patch \ gnu/packages/patches/calibre-drop-unrar.patch \ gnu/packages/patches/calibre-no-updates-dialog.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ |