glibc: set rtldlist for ppc64 as well
[ci skip]
This commit is contained in:
parent
8febfc8cb2
commit
bf4b541705
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ do_install() {
|
|||
# on ppc64 substitute with our own dynamic linker path
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64) rtldlist="/lib/ld-linux.so.2 /lib/ld-linux-x86-64.so.2";;
|
||||
ppc64le) rtldlist="/lib/ld64.so.2";;
|
||||
ppc64|ppc64le) rtldlist="/lib/ld64.so.2";;
|
||||
esac
|
||||
if [ -n "$rtldlist" ]; then
|
||||
sed -i "s|^RTLDLIST.*$|RTLDLIST=\"$rtldlist\"|" \
|
||||
|
|
Loading…
Reference in a new issue