]> git.pld-linux.org Git - packages/popt.git/commitdiff
- disable silent-rules
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Oct 2014 19:05:47 +0000 (21:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Oct 2014 19:05:47 +0000 (21:05 +0200)
popt.spec

index 6d0e4fb98340f0d4ecec7ae222231b21c51ae9bb..53d766cc1e69163c7f48b3b644966aebd257af53 100644 (file)
--- 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}
 
This page took 0.196405 seconds and 4 git commands to generate.