SHA256
1
0
forked from pool/vtk

Add back verbose parameter for make

OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=36
This commit is contained in:
Ismail Dönmez 2012-05-20 11:28:58 +00:00 committed by Git OBS Bridge
parent cf48090bfd
commit ad0c0e3414

View File

@ -293,7 +293,7 @@ cmake .. \
# Package fails to compile with the following option (Note: postgresql-devel and libpqxx-devel are needed as dependencies)
# -DVTK_USE_POSTGRES:BOOL=ON \
make %{?_smp_mflags}
make %{?_smp_mflags} VERBOSE=1
# Remove executable bits from sources (some of which are generated)
find . -name \*.c -or -name \*.cxx -or -name \*.h -or -name \*.hxx -or -name \*.gif | xargs chmod -x