]> git.pld-linux.org Git - packages/rpm.git/blobdiff - aarch64.patch
bring back explicit lib64 for x86_64; rel 3
[packages/rpm.git] / aarch64.patch
diff --git a/aarch64.patch b/aarch64.patch
deleted file mode 100644 (file)
index 8013c2a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- rpm-4.16.0/installplatform.orig    2020-10-24 21:48:07.586493242 +0200
-+++ rpm-4.16.0/installplatform 2020-10-24 21:48:23.069703643 +0200
-@@ -207,6 +207,10 @@
-       LIB=${LIB}x32
-   fi
-+  if [ "$OS" = "linux" ] && [ "$CANONARCH" = "aarch64" ]; then
-+      LIB=${LIB}64
-+  fi
-+
-   PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
-   [ -d $PPD ] || mkdir -p $PPD
This page took 0.030429 seconds and 4 git commands to generate.