From 48733956c985c4ee4868e7e5156cdb4295b878c7 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Tue, 8 Sep 2015 12:19:48 +0800 Subject: [PATCH] Fix library install location --- hiredis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiredis.spec b/hiredis.spec index bd59171..81788d8 100644 --- a/hiredis.spec +++ b/hiredis.spec @@ -26,7 +26,7 @@ developing applications that use %{name}. DEBUG="%{optflags}" LDFLAGS="%{?__global_ldflags}" %install -%make_install PREFIX="%{_prefix}" +%make_install PREFIX="%{_prefix}" LIBRARY_PATH="%{_lib}" find %{buildroot} -name '*.a' -delete -print