]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- disable silent-rules
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 May 2010 05:33:37 +0000 (05:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-lib.spec -> 1.154

alsa-lib.spec

index 4b29c4493ba57e59737c83f350ae758bf4b0cc35..6021252843e8af5720a9947e82442512588d124d 100644 (file)
@@ -195,10 +195,10 @@ Moduł wiązania Pythona dla interfejsu miksera architektury ALSA.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-static \
+       --disable-silent-rules \
        %{!?with_python:--disable-python} \
        %{?with_resmgr:--enable-resmgr} \
-       %{!?with_static_libs:--disable-static}
+       %{?with_static_libs:--enable-static}
 
 %{__make}
 %{?with_apidocs:%{__make} doc}
This page took 0.039441 seconds and 4 git commands to generate.