[packages/rpm] force arm abi, upstream dropped the ball with autotools->cmake migration
atler
atler at pld-linux.org
Thu Mar 13 13:01:44 CET 2025
commit 1ce3e85c9d8c03d0fe96c39826de6c58ba0f2b8a
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Mar 13 12:06:22 2025 +0100
force arm abi, upstream dropped the ball with autotools->cmake migration
arm_abi.patch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/arm_abi.patch b/arm_abi.patch
index 57c970b..ce4f933 100644
--- a/arm_abi.patch
+++ b/arm_abi.patch
@@ -1,10 +1,11 @@
--- rpm-4.16.1.3/installplatform.orig 2021-03-28 17:56:17.725422731 +0200
+++ rpm-4.16.1.3/installplatform 2021-03-28 17:57:04.278251530 +0200
-@@ -111,12 +111,14 @@
+@@ -111,12 +111,16 @@
ISABITS=32
CANONARCH=arm
CANONCOLOR=0
+ APPEND_TARGET_ABI=1
++ RPMRC_GNU=-gnueabi
;;
arm*)
ISANAME=`echo ${ARCH} | sed "s/^\([^-]*\)-.*/\1/"`
@@ -12,6 +13,7 @@
CANONARCH=arm
CANONCOLOR=0
+ APPEND_TARGET_ABI=1
++ RPMRC_GNU=-gnueabi
;;
alpha*)
ISANAME=alpha
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/1ce3e85c9d8c03d0fe96c39826de6c58ba0f2b8a
More information about the pld-cvs-commit
mailing list