X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=aarch64.patch;fp=aarch64.patch;h=0000000000000000000000000000000000000000;hp=8013c2a24fcbc01bb5bcc3b2ca4169194503af8f;hb=2da2e08da47118981f1c689c694a75121d836881;hpb=9d8d74f5601710e62667ceda1480924ec14d8c1e diff --git a/aarch64.patch b/aarch64.patch deleted file mode 100644 index 8013c2a..0000000 --- a/aarch64.patch +++ /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 -