]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - aarch64.patch
- replace 'cheating' bcond and patch with a macro to control this behavior
[packages/rpm.git] / aarch64.patch
... / ...
CommitLineData
1--- rpm-4.16.0/installplatform.orig 2020-10-24 21:48:07.586493242 +0200
2+++ rpm-4.16.0/installplatform 2020-10-24 21:48:23.069703643 +0200
3@@ -207,6 +207,10 @@
4 LIB=${LIB}x32
5 fi
6
7+ if [ "$OS" = "linux" ] && [ "$CANONARCH" = "aarch64" ]; then
8+ LIB=${LIB}64
9+ fi
10+
11 PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
12 [ -d $PPD ] || mkdir -p $PPD
13
This page took 0.058588 seconds and 4 git commands to generate.