[packages/popt] - disable silent-rules

qboosh qboosh at pld-linux.org
Wed Oct 8 21:05:28 CEST 2014


commit ef78ef425b031de23407e7ffa34821f4ebe21691
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 8 21:05:47 2014 +0200

    - disable silent-rules

 popt.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/popt.spec b/popt.spec
index 6d0e4fb..53d766c 100644
--- a/popt.spec
+++ b/popt.spec
@@ -175,8 +175,9 @@ __cc="%{__cc}"
 %if "%{?configure_cache}" == "1"
 	--cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
 %endif
-	--enable-static \
-	--disable-shared
+	--disable-shared \
+	--disable-silent-rules \
+	--enable-static
 
 # libpopt.la dependency on configmake.h missing
 %{__make} configmake.h
@@ -185,7 +186,8 @@ mv -f .libs/libpopt.a diet-libpopt.a
 %{__make} clean
 %endif
 
-%configure
+%configure \
+	--disable-silent-rules
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/popt.git/commitdiff/ef78ef425b031de23407e7ffa34821f4ebe21691



More information about the pld-cvs-commit mailing list