[packages/luajit] - fix ldconfig call on install
    qboosh 
    qboosh at pld-linux.org
       
    Sun Mar 16 20:58:11 CET 2014
    
    
  
commit e93859b6698a771abbdbd5da7324c1f02c7d4d2e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 16 21:01:19 2014 +0100
    - fix ldconfig call on install
 luajit.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/luajit.spec b/luajit.spec
index 8e9b726..eb5d172 100644
--- a/luajit.spec
+++ b/luajit.spec
@@ -62,7 +62,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	PREFIX=%{_prefix} \
-	MULTILIB=%{_lib}
+	MULTILIB=%{_lib} \
+	LDCONFIG="/sbin/ldconfig -n"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/luajit.git/commitdiff/e93859b6698a771abbdbd5da7324c1f02c7d4d2e
    
    
More information about the pld-cvs-commit
mailing list