From 471189bbcec6a715fbaa63a47798ab28d1422d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Tue, 11 Jun 2013 16:54:13 -0400 Subject: [PATCH] fix the aarch64 ldso name --- redhat-lsb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index a867f49..0407bde 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -42,7 +42,7 @@ %endif %ifarch aarch64 -%define ldso ld-linux.so.2 +%define ldso ld-linux-aarch64.so.1 %define lsbldso ld-lsb-aarch64.so %endif