aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/liboop-mips64-deplibs-fix.patch
blob: b91754a8ccead70130faf36c9d98ffdae1a82507 (about) (plain)
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
msg-avail'>...Andrew Tropin 2022-07-14home: services: environment-variables: Double-quote values....Ludovic Courtès 2022-07-14home: services: Fix typo....Ludovic Courtès 2022-06-04home: services: Add 'lookup-home-service-types' procedure....Ludovic Courtès 2022-04-08home: Add home-xdg-data-files-service-type....Andrew Tropin 2022-04-08home: symlink-manager: Remove appending of leading dot....Andrew Tropin 2022-03-20home: Add home-xdg-configuration-files service....Andrew Tropin 2022-03-20home: Explicitly connect home-file and symlink-manager services....Andrew Tropin 2022-02-05home: services: import i18n module....Justin Martin 2022-01-28home: 'reconfigure' checks for potential downgrades....Ludovic Courtès 2022-01-03home: services: Make strings in Gexps translateble....Xinglu Chen 2021-11-17gnu: home: services: Fix typo....Vagrant Cascadian 2021-11-16home: services: Fix typo....Ludovic Courtès 2021-11-16Revert "home-services: Demonadify 'on-first-login' handling."...Efraim Flashner 2021-11-14home: services: Typo fix....Vagrant Cascadian 2021-11-14home-services: Demonadify 'on-first-login' handling....Ludovic Courtès 2021-11-14home-services: on-first-login: Check if XDG_RUNTIME_DIR exists....Andrew Tropin 2021-10-09scripts: home: Make sure profile directory exists....Oleg Pykhalov 2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov