]> git.pld-linux.org Git - packages/rpm.git/blob - arm_abi.patch
make -lib depend on elfutils-libs instead of elfutils; rel 7
[packages/rpm.git] / arm_abi.patch
1 --- rpm-4.16.1.3/installplatform.orig   2021-03-28 17:56:17.725422731 +0200
2 +++ rpm-4.16.1.3/installplatform        2021-03-28 17:57:04.278251530 +0200
3 @@ -111,12 +111,14 @@
4         ISABITS=32
5         CANONARCH=arm
6         CANONCOLOR=0
7 +       APPEND_TARGET_ABI=1
8         ;;
9      arm*)
10         ISANAME=`echo ${ARCH} | sed "s/^\([^-]*\)-.*/\1/"`
11         ISABITS=32
12         CANONARCH=arm
13         CANONCOLOR=0
14 +       APPEND_TARGET_ABI=1
15         ;;
16      alpha*)
17         ISANAME=alpha
This page took 0.024027 seconds and 4 git commands to generate.