diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-06-27 23:57:45 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-06-28 17:26:49 +0200 |
commit | 013ce67b193326f4dfbdddb3c6445d542476bd93 (patch) | |
tree | 119e910de17340d748f84f5e997abf675df51ffd /gnu-system.am | |
parent | 88a0b7b05127b1e1ca6672ead75925249f9fa114 (diff) | |
download | patches-013ce67b193326f4dfbdddb3c6445d542476bd93.tar patches-013ce67b193326f4dfbdddb3c6445d542476bd93.tar.gz |
gnutls: fix the test-suite for 32 bits systems.
* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file.
* gnu-system.am: Add it here...
* gnu/packages/gnutls.scm (gnutls): ... and use it here.
Thanks to Nikos Mavrogiannopoulos for providing this patch:
http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
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 128fff3a42..f5c2c60012 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -188,6 +188,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-no-ld-so-cache.patch \ + gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-default-utf8.patch \ |