]> git.pld-linux.org Git - packages/Carla.git/commitdiff
Use '--trace' for make, as default build is too quiet
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 1 Mar 2018 10:18:28 +0000 (11:18 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 1 Mar 2018 10:18:28 +0000 (11:18 +0100)
Carla.spec

index dbf22e9f3466be80cf4961b8ff7ecd3a369fda32..9b7b85bd07cfde7cbc442ac39a36549e67f2eea7 100644 (file)
@@ -68,6 +68,7 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %build
 %{__make} -j1 \
 
 %build
 %{__make} -j1 \
+       --trace \
        SKIP_STRIPPING=true \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
        SKIP_STRIPPING=true \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
This page took 0.055644 seconds and 4 git commands to generate.