unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob b91754a8ccead70130faf36c9d98ffdae1a82507 747 bytes (raw)
name: packages/patches/liboop-mips64-deplibs-fix.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
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

debug log:

solving b91754a8ccead70130faf36c9d98ffdae1a82507 ...
found b91754a8ccead70130faf36c9d98ffdae1a82507 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).