diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-18 23:51:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-19 00:37:53 -0400 |
commit | b2aab72c14a7992df1910cfed8cf36b789dff203 (patch) | |
tree | 239b5be35b9d3cff1eba8503630ae751d8ea361b /gnu-system.am | |
parent | a572dca8482d79366d31f6ea025496df486f6500 (diff) | |
download | patches-b2aab72c14a7992df1910cfed8cf36b789dff203.tar patches-b2aab72c14a7992df1910cfed8cf36b789dff203.tar.gz |
gnu: libdrm: Fix symbol check tests on mips64el and armhf.
* gnu/packages/patches/libdrm-symbol-check.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (libdrm)[source]: Add patch.
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 6eb41304a7..859b123c2c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -519,6 +519,7 @@ dist_patch_DATA = \ gnu/packages/patches/libarchive-mtree-filename-length-fix.patch \ gnu/packages/patches/libbonobo-activation-test-race.patch \ gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch \ + gnu/packages/patches/libdrm-symbol-check.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libmtp-devices.patch \ gnu/packages/patches/liboop-mips64-deplibs-fix.patch \ |