]> git.pld-linux.org Git - packages/rpm.git/blame - ix86-platforms.patch
- add /etc/rpm/platform to prevent rpm picking arch from uname (fixes x32)
[packages/rpm.git] / ix86-platforms.patch
CommitLineData
5c979c25
JR
1--- rpm-4.16.0/installplatform.orig 2020-10-27 00:28:54.592595565 +0100
2+++ rpm-4.16.0/installplatform 2020-10-27 00:31:27.676694730 +0100
3@@ -76,7 +76,7 @@
4 i?86|pentium?|athlon|geode)
5 ISANAME=x86
6 ISABITS=32
7- CANONARCH=i386
8+ CANONARCH=${ARCH}
9 CANONCOLOR=0
10 ;;
11 x86_64|amd64|ia32e)
This page took 0.027253 seconds and 4 git commands to generate.