mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
liburcu: fix build on ppcle
This commit is contained in:
parent
42da16ffae
commit
be3496653a
1 changed files with 28 additions and 0 deletions
28
srcpkgs/liburcu/patches/ppcle.patch
Normal file
28
srcpkgs/liburcu/patches/ppcle.patch
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
commit b7e9de38d953218f3c7faaf39795bf7ac68a0e81
|
||||||
|
Author: q66 <daniel@octaforge.org>
|
||||||
|
Date: Sun Sep 25 13:58:16 2022 +0000
|
||||||
|
|
||||||
|
fix build on ppcle
|
||||||
|
|
||||||
|
diff --git a/configure b/configure
|
||||||
|
index 449fc8c..710cbfe 100755
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -15038,6 +15038,8 @@ case $host_cpu in #(
|
||||||
|
ARCHTYPE="x86" ;; #(
|
||||||
|
powerpc) :
|
||||||
|
ARCHTYPE="ppc" ;; #(
|
||||||
|
+ powerpcle) :
|
||||||
|
+ ARCHTYPE="ppc" ;; #(
|
||||||
|
ppc64) :
|
||||||
|
ARCHTYPE="ppc" ;; #(
|
||||||
|
powerpc64) :
|
||||||
|
@@ -15046,6 +15048,8 @@ case $host_cpu in #(
|
||||||
|
ARCHTYPE="ppc" ;; #(
|
||||||
|
ppc) :
|
||||||
|
ARCHTYPE="ppc" ;; #(
|
||||||
|
+ ppcle) :
|
||||||
|
+ ARCHTYPE="ppc" ;; #(
|
||||||
|
s390) :
|
||||||
|
ARCHTYPE="s390" ;; #(
|
||||||
|
s390x) :
|
Loading…
Add table
Reference in a new issue