diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-10 23:59:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-01 19:29:40 +0200 |
commit | 506737f1911d79fdcd54e8a0c1985ac1bc4d2ef5 (patch) | |
tree | 6b924714826bf51e63bcf652e5cf1c1f32c3cf68 /gnu/packages/patches/liboop-mips64-deplibs-fix.patch | |
parent | af403cf0e89f24b9a58b19c740eaaddc8d0e6ad7 (diff) | |
download | guix-506737f1911d79fdcd54e8a0c1985ac1bc4d2ef5.tar guix-506737f1911d79fdcd54e8a0c1985ac1bc4d2ef5.tar.gz |
gnu: liboop: Update to 1.0.1.
* gnu/packages/ssh.scm (liboop): Update to 1.0.1.
[source]: Update source URI. Remove patch.
* gnu/packages/patches/liboop-mips64-deplibs-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches/liboop-mips64-deplibs-fix.patch')
-rw-r--r-- | gnu/packages/patches/liboop-mips64-deplibs-fix.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/patches/liboop-mips64-deplibs-fix.patch b/gnu/packages/patches/liboop-mips64-deplibs-fix.patch deleted file mode 100644 index b91754a8cc..0000000000 --- a/gnu/packages/patches/liboop-mips64-deplibs-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -Patch configure script to choose pass_all deplibs check method for -linux-gnu* systems on mips64. This is a temporary hack until liboop -bootstraps their build system with a newer libtool. - -Patch by Mark H Weaver <mhw@netris.org>. - ---- liboop/configure.orig 2003-10-26 11:41:19.000000000 -0500 -+++ liboop/configure 2013-11-02 18:09:11.079995796 -0400 -@@ -3395,7 +3395,7 @@ - # This must be Linux ELF. - linux*) - case $host_cpu in -- alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) -+ alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | mips64 | mips64el | powerpc* | sparc* | s390* | sh*) - lt_cv_deplibs_check_method=pass_all ;; - *) - # glibc up to 2.1.1 does not perform some relocations on ARM |