From ad0c0e34146655b80767d41148a4d6e826f5370ffbc04c71225c7c81d5d2f9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 20 May 2012 11:28:58 +0000 Subject: [PATCH] Add back verbose parameter for make OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=36 --- vtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk.spec b/vtk.spec index 0e8727a..221095d 100644 --- a/vtk.spec +++ b/vtk.spec @@ -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