From d22e28b070d3d1572d39a463d711c6f223078552 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 29 Aug 2012 06:45:37 -0700 Subject: Use LD_SO to set $ld_so_name/$ld_so_version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0d3edb1a7..50c3eede54 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ install: ifneq (no,$(PERL)) ifeq (/usr,$(prefix)) ifeq (,$(install_root)) - CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx) + LD_SO=$(ld.so-version) CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx) endif endif endif -- cgit v1.2.3